| | |
| | | import MapContainer from 'components/global/MapContainer.vue' |
| | | import publicBox from 'components/global/publicBox.vue' |
| | | import TitleBox from 'components/global/TitleBox.vue' |
| | | import publicContent from 'components/global/publicContent.vue' |
| | | |
| | | import { getElementLabelLine } from 'element-tree-line' |
| | | import 'element-tree-line/dist/style.css' |
| | |
| | | app.component('MapContainer', MapContainer) |
| | | app.component('publicBox', publicBox) |
| | | app.component('TitleBox', TitleBox) |
| | | app.component('publicContent', publicContent) |
| | | |
| | | app.use(router) |
| | | app.use(ElementPlus) |