优化登录按钮交互

This commit is contained in:
china_ahhui
2024-06-02 12:07:46 +08:00
parent 6e3f05c58f
commit 30d7467369
3 changed files with 20 additions and 13 deletions

View File

@@ -54,6 +54,12 @@ other.elSvg(app);
app.use(VXETable)
app.use(pinia).use(router).use(ElementPlus, { i18n: i18n.global.t }).use(i18n).use(VueGridLayout).use(fastCrud).mount('#app');
app.use(pinia)
.use(router)
.use(ElementPlus, { i18n: i18n.global.t })
.use(i18n)
.use(VueGridLayout)
.use(fastCrud)
.mount('#app');
app.config.globalProperties.mittBus = mitt();