| | |
| | | import ElementUI from 'element-ui' |
| | | import 'element-ui/lib/theme-chalk/index.css' |
| | | import './styles/common.scss' |
| | | import AvueFormDesign from '@sscfaith/avue-form-design' |
| | | // import AvueFormDesign from '@sscfaith/avue-form-design' |
| | | import basicContainer from './components/basic-container/main' |
| | | import ViewUI from 'view-design' |
| | | import 'view-design/dist/styles/iview.css'; |
| | | import { Tree } from 'view-design' |
| | | // import ViewUI from 'view-design' |
| | | // import 'view-design/dist/styles/iview.css'; |
| | | // import { Tree } from 'view-design' |
| | | |
| | | 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 animated from 'animate.css' |
| | | Vue.use(animated) |
| | | /*import animated from 'animate.css' |
| | | Vue.use(animated)*/ |
| | | |
| | | |
| | | import './styles/global.scss' |
| | |
| | | import 'lib-flexible' |
| | | import './libs/dialogDrag' |
| | | |
| | | import * as echarts from 'echarts' |
| | | Vue.prototype.$echarts = echarts |
| | | |
| | | Vue.use(ViewUI); |
| | | Vue.component("VTree",Tree); |
| | | /*Vue.use(ViewUI); |
| | | Vue.component("VTree",Tree);*/ |
| | | |
| | | import Moment from 'moment' |
| | | Vue.prototype.moment = Moment |
| | |
| | | // 插件 json 展示 |
| | | Vue.use(router) |
| | | |
| | | Vue.use(AvueFormDesign); |
| | | // Vue.use(AvueFormDesign); |
| | | |
| | | window.axios = axios |
| | | Vue.use(VueAxios, axios) |