- Timestamp:
- 01/25/25 21:06:36 (3 months ago)
- Branches:
- master
- Children:
- d9884b2
- Parents:
- 78b9d99
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ReserveNGo-frontend/src/PiniaStores/restaurantStore.js
r78b9d99 rf49ddda 8 8 state(){ 9 9 return { 10 id: '', 10 11 name: '', 11 12 address: '', … … 17 18 }, 18 19 actions: { 19 setDetails (name, address, workingHours, availableServices) { 20 setDetails (id, name, address, workingHours, availableServices) { 21 this.id = id 20 22 this.name = name 21 23 this.address = address
Note:
See TracChangeset
for help on using the changeset viewer.