refactor(tinymce): changed to npm introduction,fix #435,fix 434

This commit is contained in:
Vben
2021-03-29 22:25:44 +08:00
parent 37f6660c57
commit 39d629a029
40 changed files with 12469 additions and 125 deletions

View File

@@ -50,4 +50,8 @@ import 'vite-plugin-svg-icons/register';
await router.isReady();
app.mount('#app', true);
if (import.meta.env.DEV) {
window.__APP__ = app;
}
})();