zhangxiaoxu123456
2022-04-29 3c0c95ffca0c424836683ebeb2d84c77e72c7be9
src/main.js
@@ -6,6 +6,8 @@
import { getStore, setStore, removeStore } from "./libs/store"
import store from './store'
import 'lib-flexible/flexible.js'
import echarts from 'echarts'
Vue.prototype.$echarts = echarts
import Plugin from 'v-fit-columns';
@@ -17,7 +19,6 @@
Vue.prototype.removeStore = removeStore;
Vue.config.productionTip = false
import vcolorpicker from 'vcolorpicker'
Vue.use(vcolorpicker)