Admin
2022-08-09 9cb42e93ea6fc79268b7c43a4115b8f0076c84e1
src/main.ts
@@ -21,6 +21,6 @@
directive(app);
other.elSvg(app);
app.use(pinia).use(router).use(ElementPlus, { i18n: i18n.global.t, locale: zhCn}).use(i18n).use(VueGridLayout).mount('#app');
app.use(pinia).use(router).use(ElementPlus, { i18n: i18n.global.t, locale: zhCn }).use(i18n).use(VueGridLayout).mount('#app');
app.config.globalProperties.mittBus = mitt();