| | |
| | | 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 tenantDatasource from './views/system/tenantdatasource.vue'; |
| | | import './utils/rem' |
| | | import { hToV, wToR } from '@/utils/pxConver'; |
| | | 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); |