lct
Your Name
2022-07-11 981a6d7d77e6465d8afa4facfbdda84546249db3
src/main.js
@@ -8,6 +8,9 @@
import Element from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import echarts from 'echarts'
Vue.prototype.$echarts = echarts
import '@/styles/index.scss' // global css
import App from './App'
@@ -33,6 +36,15 @@
  size: Cookies.get('size') || 'medium' // set element-ui default size
})
//highcharts
import HighchartsVue from 'highcharts-vue'
//接下来,您可以将其注册为 Vue 对象中的插件:
Vue.use(HighchartsVue)
// register global utility filters.
Object.keys(filters).forEach(key => {
  Vue.filter(key, filters[key])