From eafc031e3e6e48778d22b5455358273714944012 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期一, 05 九月 2022 09:53:16 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt --- src/main.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main.ts b/src/main.ts index 18ef496..a45931b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -13,6 +13,7 @@ import mitt from 'mitt'; import VueGridLayout from 'vue-grid-layout'; import zhCn from 'element-plus/lib/locale/lang/zh-cn'; +import DataVVue3 from '@kjgl77/datav-vue3' const app = createApp(App); for (const [key, component] of Object.entries(ElementPlusIconsVue)) { @@ -21,6 +22,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(DataVVue3).use(VueGridLayout).mount('#app'); app.config.globalProperties.mittBus = mitt(); -- Gitblit v1.9.2