This commit is contained in:
cansnow
2026-02-08 16:27:14 +08:00
parent 1f4a588d3b
commit 560b214af4
4 changed files with 87 additions and 123 deletions
+5
View File
@@ -45,6 +45,11 @@
created() {
this.init(this.src);
},
watch: {
src(newVal) {
this.init(newVal);
},
},
methods: {
init(nv){
const _this = this;