| | |
| | | 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.prototype.setStore = setStore; |
| | | Vue.prototype.removeStore = removeStore; |
| | | |
| | | import './libs/dialogDrag' |
| | | |
| | | import moment from 'moment' |
| | | Vue.prototype.moment = moment |
| | | |
| | | import animated from 'animate.css' |
| | | Vue.use(animated) |
| | | |
| | | Vue.config.productionTip = false |
| | | |
| | | |