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')