- Timestamp:
- 01/24/25 00:22:25 (3 months ago)
- Branches:
- master
- Children:
- 34aa6cc
- Parents:
- d10a9aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ReserveNGo-frontend/src/PiniaStores/restaurantStore.js
rd10a9aa rff641e1 10 10 name: '', 11 11 address: '', 12 workingHours: ' 00:50',12 workingHours: '', 13 13 availableServices: [], 14 14 averageRating: 0 … … 17 17 }, 18 18 actions: { 19 setDetails (name, address, workingHours ) {19 setDetails (name, address, workingHours, availableServices) { 20 20 this.name = name 21 21 this.address = address 22 22 this.workingHours = workingHours 23 //this.availableServices = availableServices23 this.availableServices = availableServices 24 24 } 25 25 },
Note:
See TracChangeset
for help on using the changeset viewer.