1.编辑器优化

2024.1.14 sws
master
sws 2024-01-14 20:06:01 +08:00
parent 1c2b6e5c34
commit d41ba07101
1 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,6 @@
source: 'url("https://sungd.github.io/Pacifico.ttf")',
});
// #endif
onEditorReady();
},
watch: {
templates: function (new_val, old_val) {
@ -93,6 +92,9 @@
}
},
},
mounted() {
onEditorReady();
},
methods: {
onEditorReady() {
// #ifdef MP-BAIDU