zhangxiaoxu123456
2022-04-24 9e25a8c67686c9150c2e3f803245c8ece5d4e61d
src/main.js
@@ -6,7 +6,13 @@
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;