| | |
| | | import 'element-ui/lib/theme-chalk/index.css'; |
| | | Vue.use(ElementUI); |
| | | |
| | | import BaiduMap from '@/components/vue-bai-map/components' |
| | | Vue.use( BaiduMap, { ak : 'tuVbv4tLIzoX7IWdeKeTwojDqPILFoe5'} ) |
| | | // import BaiduMap from '@/components/vue-bai-map/components' |
| | | // Vue.use( BaiduMap, { ak : 'tuVbv4tLIzoX7IWdeKeTwojDqPILFoe5'} ) |
| | | // import BaiduMap from 'vue-baidu-map' |
| | | // Vue.use( BaiduMap, { ak : 'tuVbv4tLIzoX7IWdeKeTwojDqPILFoe5'} ) |
| | | |
| | | import { getStore, setStore, removeStore } from "./libs/store" |
| | | import store from './store' |
| | | Vue.use(Antd); |
| | | |
| | | |
| | | // 将自动注册所有组件为全局组件 |
| | | import dataV from '@jiaminghi/data-view' |
| | | |