|
|
@@ -9,6 +9,7 @@ import * as ElementPlusIconsVue from '@element-plus/icons-vue'
|
|
|
// import { install } from '@icon-park/vue-next/es/all'
|
|
|
|
|
|
import registerComponent from '@/components/index'
|
|
|
+import directives from '@/directive'
|
|
|
|
|
|
import 'xe-utils'
|
|
|
import {
|
|
|
@@ -64,7 +65,7 @@ import 'virtual:svg-icons-register'
|
|
|
|
|
|
import { ossUpload } from '@/utils/utils'
|
|
|
|
|
|
-import WujieVue from 'wujie-vue3'
|
|
|
+// import WujieVue from 'wujie-vue3'
|
|
|
|
|
|
function useTable(app: any) {
|
|
|
// 表格功能
|
|
|
@@ -122,7 +123,8 @@ app.use(FsAdminCore, {
|
|
|
baseApi: import.meta.env.VITE_BASE_API
|
|
|
}
|
|
|
})
|
|
|
-app.use(WujieVue)
|
|
|
+// app.use(WujieVue)
|
|
|
+app.use(directives)
|
|
|
registerComponent(app)
|
|
|
|
|
|
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
|