| | |
| | | import 'default-passive-events' |
| | | import elementIcons from '@/components/SvgIcon/svgicon' |
| | | |
| | | |
| | | import directive from "@/directive"; |
| | | |
| | | // pinia store |
| | |
| | | |
| | | 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"; |
| | |
| | | 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) |