commit
This commit is contained in:
parent
a901892227
commit
7e1eb15d3f
1 changed files with 1 additions and 2 deletions
|
|
@ -49,8 +49,7 @@ export const useMainStore = defineStore({
|
||||||
id: storeId,
|
id: storeId,
|
||||||
state: () => state,
|
state: () => state,
|
||||||
getters: {
|
getters: {
|
||||||
vehicle: this.order.vehicle
|
vehicle: this.order.vehicle,
|
||||||
},
|
|
||||||
eventBusItem: (state) => ( eventCategory, eventSubCategory) => {
|
eventBusItem: (state) => ( eventCategory, eventSubCategory) => {
|
||||||
|
|
||||||
const matchedEvent = state.applicationUser.eventBus.find(
|
const matchedEvent = state.applicationUser.eventBus.find(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue