Zhu Zhonghua
2025-04-08 b7b74869c95ff2605f06ea59727ea31691011127
src/main.js
@@ -43,9 +43,10 @@
// 字典标签组件
import DictTag from '@/components/DictTag'
// vxe-table
import 'xe-utils';
import VXETable from 'vxe-table'
import 'vxe-table/lib/index.css'
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)
@@ -83,6 +84,6 @@
  // 支持 large、default、small
  size: Cookies.get('size') || 'default'
})
app.use(VXETable)
app.use(VxeUIAll)
app.use(VxeUITable)
app.mount('#app')