1.编辑器优化

2024.1.14 sws
master
sws 2024-01-14 20:12:18 +08:00
parent 1169879a7a
commit 806af8b9f8
1 changed files with 3 additions and 6 deletions

View File

@ -92,9 +92,6 @@
}
},
},
mounted() {
this.onEditorReady();
},
methods: {
onEditorReady() {
// #ifdef MP-BAIDU
@ -109,9 +106,9 @@
this.editorCtx = res.context;
this.$emit('init', this.editorCtx);
// preRendertemplates
// if (this.templates) {
this.preRender();
// }
if (this.templates) {
this.preRender();
}
})
.exec((result) => {});
// #endif