diff --git a/src/store/index.js b/src/store/index.js index 26e4df41..95f43f46 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -49,8 +49,7 @@ export const useMainStore = defineStore({ id: storeId, state: () => state, getters: { - vehicle: this.order.vehicle - }, + vehicle: this.order.vehicle, eventBusItem: (state) => ( eventCategory, eventSubCategory) => { const matchedEvent = state.applicationUser.eventBus.find(