- Timestamp:
- 01/23/25 18:48:23 (3 months ago)
- Branches:
- master
- Children:
- a0e93df
- Parents:
- 4446c6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ReserveNGo-frontend/src/PiniaStores/restaurantStore.js
r4446c6f rf9ef3e8 9 9 return { 10 10 name: '', 11 address: '', 12 workingHours: '00:50', 13 availableServices: [], 14 averageRating: 0 11 15 12 16 } 13 17 }, 14 18 actions: { 15 set Name (name) {19 setDetails (name, address, workingHours) { 16 20 this.name = name 21 this.address = address 22 this.workingHours = workingHours 23 //this.availableServices = availableServices 17 24 } 18 25 },
Note:
See TracChangeset
for help on using the changeset viewer.