This commit is contained in:
Kulbhushan Kaushik 2022-11-09 12:41:48 -05:00
parent a901892227
commit 7e1eb15d3f

View file

@ -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(