Conflict resolution.
This commit is contained in:
parent
6f48a901fb
commit
d9c7eff2eb
1 changed files with 0 additions and 2 deletions
|
|
@ -66,8 +66,6 @@ export const useMainStore = defineStore({
|
||||||
return matchedEvent?.eventValue;
|
return matchedEvent?.eventValue;
|
||||||
},
|
},
|
||||||
eventBus: (state) => state.applicationUser.eventBus,
|
eventBus: (state) => state.applicationUser.eventBus,
|
||||||
},
|
|
||||||
getters: {
|
|
||||||
applicationUserObj: (state) => state.applicationUser,
|
applicationUserObj: (state) => state.applicationUser,
|
||||||
pageData: (state) => (page) => {
|
pageData: (state) => (page) => {
|
||||||
return state.applicationUser.pageData[page];
|
return state.applicationUser.pageData[page];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue