master
loveflow 11 months ago
parent b63bb7b88e
commit d432d113b2

@ -4,7 +4,6 @@ import ElementUI from 'element-ui';
import HighchartsVue from 'highcharts-vue'
import highcharts from 'highcharts'
import highcharts3d from 'highcharts/highcharts-3d'
highcharts3d(highcharts)
import 'element-ui/lib/theme-chalk/index.css';
import router from './router'
import store from './store'
@ -28,6 +27,8 @@ import gChart from '@/loveflow/components/echart/chart.vue'
import * as echarts from "echarts";
Vue.prototype.$echarts = echarts;
highcharts3d(highcharts)
Vue.prototype.$rules = cusRule
registerPlugins(Vue)

Loading…
Cancel
Save