付延余
2022-04-12 6f87c0bcb9dd11bcef2370e3262cf803b76ed39c
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;