0
0
Fork 0

Add some initial data to the state

This commit is contained in:
Oliver-Akins 2020-12-08 15:03:01 -07:00
parent f7e71e7cc3
commit cdb8f90339

View file

@ -5,6 +5,9 @@ Vue.use(Vuex)
export default new Vuex.Store({ export default new Vuex.Store({
state: { state: {
view: `login`,
role: null,
id: null,
}, },
mutations: { mutations: {
}, },