From bb522ec50e80a8ec2902b700fca5ea08a37a97b2 Mon Sep 17 00:00:00 2001 From: wenwj <‘1106994300@qq.com> Date: 星期三, 09 四月 2025 09:37:17 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.50.149:8085/r/aps-kj-web into dev --- src/main.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index 0994583..3177e06 100644 --- a/src/main.js +++ b/src/main.js @@ -42,6 +42,12 @@ import ImagePreview from "@/components/ImagePreview" // 瀛楀吀鏍囩缁勪欢 import DictTag from '@/components/DictTag' +// vxe-table +import VxeUIAll from 'vxe-pc-ui' +import 'vxe-pc-ui/lib/style.css' +import VxeUITable from 'vxe-table' +import 'vxe-table/lib/style.css' + const app = createApp(App) @@ -78,5 +84,6 @@ // 鏀寔 large銆乨efault銆乻mall size: Cookies.get('size') || 'default' }) - +app.use(VxeUIAll) +app.use(VxeUITable) app.mount('#app') -- Gitblit v1.9.3