dy
2025-04-08 cac2a51a3f9fcc6d55cdb292d70bd06525adf895
src/main.js
@@ -42,6 +42,11 @@
import ImagePreview from "@/components/ImagePreview"
// 字典标签组件
import DictTag from '@/components/DictTag'
// vxe-table
import 'xe-utils';
import VXETable from 'vxe-table'
import 'vxe-table/lib/index.css'
const app = createApp(App)
@@ -78,5 +83,6 @@
  // 支持 large、default、small
  size: Cookies.get('size') || 'default'
})
app.use(VXETable)
app.mount('#app')