diff --git a/src/store/index.js b/src/store/index.js index 7c4b00e9..a74a56e4 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -66,8 +66,6 @@ export const useMainStore = defineStore({ return matchedEvent?.eventValue; }, eventBus: (state) => state.applicationUser.eventBus, - }, - getters: { applicationUserObj: (state) => state.applicationUser, pageData: (state) => (page) => { return state.applicationUser.pageData[page];