parent
1c2b6e5c34
commit
d41ba07101
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue