|
@@ -3,8 +3,11 @@ import App from './App.vue'
|
|
|
import router from './router'
|
|
|
import store from './store'
|
|
|
import './assets/css/reset.scss'
|
|
|
+import echarts from "echarts"
|
|
|
+import 'echarts-gl'
|
|
|
|
|
|
Vue.config.productionTip = false
|
|
|
+Vue.prototype.$echarts = echarts
|
|
|
|
|
|
new Vue({
|
|
|
router,
|