| | |
| | | import formUpload from "@/components/PLT-basic-component/formUpload"; |
| | | // 穿梭框组件 |
| | | import transfer from "@/components/PLT-basic-component/transfer"; |
| | | //图标选择器组件 |
| | | import inputIcon from "@/components/PLT-basic-component/input-icon"; |
| | | // 注册全局容器 |
| | | Vue.component('basicContainer', basicContainer); |
| | | Vue.component('basicBlock', basicBlock); |
| | |
| | | Vue.component('formUpload', formUpload); |
| | | Vue.component('Divider', Divider); |
| | | Vue.component('transfer', transfer); |
| | | Vue.component('inputIcon', inputIcon); |
| | | import ECharts from 'vue-echarts' |
| | | Vue.component('v-chart', ECharts) |
| | | |