diff --git a/src/store/index.ts b/src/store/index.ts index 4488e74..4117e8a 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -1,10 +1,8 @@ import { createStore } from "vuex"; const store = createStore({ - state: { - + state: { isLoading: false, - userNmae: "vue3.0开发H5模板" }, getters: {