From c2fccb01b972176dc3da5a497b5e904025e9e98d Mon Sep 17 00:00:00 2001 From: bsw215583320 <baoshiwei121@163.com> Date: 星期二, 16 四月 2024 15:06:51 +0800 Subject: [PATCH] Merge branch 'master' of http://210.22.126.130:1111/r/dry/herb --- src/main.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 5fe8d56..b0b58a7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -20,7 +20,7 @@ import { setupStore } from '/@/store' // 娉ㄥ唽online妯″潡lib import { registerPackages } from '/@/utils/monorepo/registerPackages' - +import DataVVue3 from '@kjgl77/datav-vue3' // 鍦ㄦ湰鍦板紑鍙戜腑寮曞叆鐨�,浠ユ彁楂樻祻瑙堝櫒鍝嶅簲閫熷害 if (import.meta.env.DEV) { import('ant-design-vue/dist/antd.less') @@ -64,7 +64,7 @@ // 褰撹矾鐢卞噯澶囧ソ鏃跺啀鎵ц鎸傝浇( https://next.router.vuejs.org/api/#isready) await router.isReady() - + app.use(DataVVue3) // 鎸傝浇搴旂敤 app.mount('#app', true) } -- Gitblit v1.9.3