fixing bug
This commit is contained in:
@@ -57,6 +57,9 @@ export default {
|
||||
|
||||
}
|
||||
},
|
||||
props:['url','type']
|
||||
props:['url','type'],
|
||||
created() {
|
||||
console.log(this.url, this.type);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user