init:Vuex初始化

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

View File

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