init:Vuex初始化

This commit is contained in:
talktao 2022-03-18 22:31:27 +08:00
parent 2150565c85
commit d37553ff2c

View File

@ -2,9 +2,7 @@ import { createStore } from "vuex";
const store = createStore({ const store = createStore({
state: { state: {
isLoading: false, isLoading: false,
userNmae: "vue3.0开发H5模板" userNmae: "vue3.0开发H5模板"
}, },
getters: { getters: {