| | |
| | | import codeEditor from './components/code-editor/main.vue'; |
| | | import basicBlock from './components/basic-block/main.vue'; |
| | | import basicContainer from './components/basic-container/main.vue'; |
| | | import SvgIcon from './components/SvgIcon.vue'; |
| | | import thirdRegister from './components/third-register/main.vue'; |
| | | import flowDesign from './components/flow-design/main.vue'; |
| | | import flowDesignStep from './components/flow-design-step/main.vue'; |
| | |
| | | // import formSetting from './views/tool/formsetting.vue'; |
| | | // import tenantPackage from './views/system/tenantpackage.vue'; |
| | | // import tenantDatasource from './views/system/tenantdatasource.vue'; |
| | | |
| | | import { onResize, pxToRem } from '@/utils/rem'; |
| | | onResize() |
| | | import 'virtual:svg-icons-register' |
| | | window.$crudCommon = crudCommon; |
| | | debug(); |
| | | window.axios = axios; |
| | |
| | | app.component('thirdRegister', thirdRegister); |
| | | app.component('flowDesign', flowDesign); |
| | | app.component('flowDesignStep', flowDesignStep); |
| | | app.component('SvgIcon', SvgIcon); |
| | | // app.component('codeSetting', codeSetting); |
| | | // app.component('formSetting', formSetting); |
| | | // app.component('tenantPackage', tenantPackage); |
| | |
| | | app.config.globalProperties.$dayjs = dayjs; |
| | | app.config.globalProperties.website = website; |
| | | app.config.globalProperties.getScreen = getScreen; |
| | | app.config.globalProperties.pxToRem = pxToRem; |
| | | |
| | | app.use(error); |
| | | app.use(i18n); |
| | | app.use(store); |