| | |
| | | import { directive } from '/@/directive/index'; |
| | | import { i18n } from '/@/i18n/index'; |
| | | import other from '/@/utils/other'; |
| | | |
| | | import print from 'vue3-print-nb' |
| | | import ElementPlus from 'element-plus'; |
| | | import * as ElementPlusIconsVue from '@element-plus/icons-vue' |
| | | import '/@/theme/index.scss'; |
| | |
| | | directive(app); |
| | | other.elSvg(app); |
| | | |
| | | app.use(pinia).use(router).use(ElementPlus).use(i18n).use(VueGridLayout).mount('#app'); |
| | | app.use(print).use(pinia).use(router).use(ElementPlus).use(i18n).use(VueGridLayout).mount('#app'); |