25
This commit is contained in:
@@ -45,6 +45,11 @@
|
||||
created() {
|
||||
this.init(this.src);
|
||||
},
|
||||
watch: {
|
||||
src(newVal) {
|
||||
this.init(newVal);
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
init(nv){
|
||||
const _this = this;
|
||||
|
||||
Reference in New Issue
Block a user