Add a “ref” property as the following and you can get the “url” through the name of “ref” by using “this.$refs.uploader.url”
<q-uploader ref=“uploader” url=“http://abc.com/index.php” …/>