管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2022-12-17 84d97857cb5ba7cfb62b6400bdff0911eab4826b
src/main.js
@@ -11,6 +11,7 @@
// import locale from 'element-ui/lib/locale/lang/zh-CN'
// import 'element-ui/lib/theme-chalk/index.css';
import '@/assets/element-variables.scss';
Vue.prototype.$echarts = echarts;
import * as echarts from 'echarts';
Vue.use(ElementUI, { locale });
@@ -24,6 +25,5 @@
  router,
  i18n,
  store,
  render: (h) => h(App),
}).$mount('#app');