| | |
| | | import Divider from '@/components/Divider/index' |
| | | // 业务组件 |
| | | import tenantPackage from './views/system/tenantpackage'; |
| | | //基础绑定表单按钮 |
| | | // 基础绑定表单按钮 |
| | | import dynamicButton from '@/components/dynamic-components/dynamic-button' |
| | | //基础动态弹窗表单组件 |
| | | // 基础动态弹窗表单组件 |
| | | import dynamicTableForm from '@/components/dynamic-components/dynamic-table-form' |
| | | //固定表单组件 |
| | | // 固定表单组件 |
| | | import dynamicForm from '@/components/dynamic-components/dynamic-form' |
| | | //富文本组件 |
| | | // 富文本组件 |
| | | import richText from '@/components/PLT-basic-component/richText' |
| | | // 上传文件组件 |
| | | import UploadFiles from '@/components/PLT-basic-component/Upload-files' |
| | | // 表单上传文件组件 |
| | | import formUpload from "@/components/PLT-basic-component/formUpload"; |
| | | // 注册全局容器 |
| | | Vue.component('basicContainer', basicContainer); |
| | | Vue.component('basicBlock', basicBlock); |
| | |
| | | Vue.component('dynamicForm', dynamicForm); |
| | | Vue.component('richText', richText); |
| | | Vue.component('UploadFiles', UploadFiles); |
| | | Vue.component('formUpload', formUpload); |
| | | Vue.component('Divider', Divider); |
| | | |
| | | import 'quill/dist/quill.core.css' |