sen
2026-03-25 7b08397d1113044b626f5fba14383b2324a9ba5b
ui/admin-ui3/src/main.ts
@@ -15,7 +15,6 @@
import 'default-passive-events'
import elementIcons from '@/components/SvgIcon/svgicon'
import directive from "@/directive";
// pinia store
@@ -23,6 +22,7 @@
const app = createApp(App);
app.use(pinia)
import Pagination from '@/components/Pagination/index.vue'
import DictTag from "/src/components/DictTag/index.vue";
import FileUpload from "/src/components/FileUpload/index.vue";
@@ -33,11 +33,13 @@
import SvgIcon from "/src/components/SvgIcon/index.vue";
app.component("DictTag", DictTag);
app.component('Pagination', Pagination);
app.component('FileUpload', FileUpload);
app.component('basicContainer', basicContainer)
app.component('XlsFileImport', XlsFileImport);
app.component('flowLog', flowLog)
app.component('svg-icon', SvgIcon)
app.use(plugins)