fixing bug

This commit is contained in:
2020-08-20 17:39:30 +08:00
parent 40e4d10bd7
commit d69486d1ab
5 changed files with 12 additions and 39 deletions

View File

@@ -57,6 +57,9 @@ export default {
}
},
props:['url','type']
props:['url','type'],
created() {
console.log(this.url, this.type);
}
}
</script>