chore: release v0.1.4-beta (#22)

This commit is contained in:
Li4n0
2021-05-27 23:24:48 +08:00
committed by GitHub
parent 3044c9b735
commit 1da20feb06
13 changed files with 49 additions and 32 deletions
+4
View File
@@ -4,10 +4,14 @@ import App from './App';
import router from "@/router";
import 'ant-design-vue/dist/antd.css';
import '@/utils/index'
import visibility from 'vue-visibility-change';
Vue.config.productionTip = false;
Vue.use(Antd);
Vue.use(visibility);
export const store = Vue.observable({
authed: true,
pageSize: localStorage.getItem("pageSize") ? parseInt(localStorage.getItem("pageSize")) : 10