付延余
2022-04-12 1023d8af091cf3070b26317b216dbf17567ed969
src/main.js
@@ -6,7 +6,11 @@
import { getStore, setStore, removeStore } from "./libs/store"
import store from './store'
import 'lib-flexible/flexible.js'
import Plugin from 'v-fit-columns';
Vue.use(ElementUI);
Vue.use(Plugin);
Vue.prototype.getStore = getStore;
Vue.prototype.setStore = setStore;