| | |
| | | // import locale from 'element-ui/lib/locale/lang/zh-CN' |
| | | // import 'element-ui/lib/theme-chalk/index.css'; |
| | | import '@/assets/element-variables.scss'; |
| | | import '@/assets/css/index.css' |
| | | import '@/assets/css/content.css' |
| | | import '@/assets/css/configure.css' |
| | | import '@/assets/css/config.css' |
| | | import 'animate.css'; |
| | | import VueParticles from 'vue-particles' |
| | | Vue.use(VueParticles) |
| | | Vue.prototype.$echarts = echarts; |
| | | import * as echarts from 'echarts'; |
| | | Vue.use(ElementUI, { locale }); |
| | |
| | | router, |
| | | i18n, |
| | | store, |
| | | |
| | | render: (h) => h(App), |
| | | }).$mount('#app'); |