|
|
|
|
@ -29,6 +29,7 @@ import basicContainer from './components/basic-container/main.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 jhSelect from "./components/jh-select/index.vue" |
|
|
|
|
// 业务组件
|
|
|
|
|
import codeSetting from './views/tool/codesetting.vue'; |
|
|
|
|
import formSetting from './views/tool/formsetting.vue'; |
|
|
|
|
@ -63,6 +64,7 @@ app.component('codeSetting', codeSetting); |
|
|
|
|
app.component('formSetting', formSetting); |
|
|
|
|
app.component('tenantPackage', tenantPackage); |
|
|
|
|
app.component('tenantDatasource', tenantDatasource); |
|
|
|
|
app.component('jhSelect', jhSelect) |
|
|
|
|
app.config.globalProperties.$app = app; |
|
|
|
|
app.config.globalProperties.$dayjs = dayjs; |
|
|
|
|
app.config.globalProperties.website = website; |
|
|
|
|
|