src/main.js
@@ -6,14 +6,19 @@ 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'; Vue.use(ElementUI); Vue.use(Plugin); Vue.prototype.getStore = getStore; Vue.prototype.setStore = setStore; Vue.prototype.removeStore = removeStore; Vue.config.productionTip = false import vcolorpicker from 'vcolorpicker' Vue.use(vcolorpicker)