Ignore:
Timestamp:
01/25/25 21:06:36 (3 months ago)
Author:
Aleksandarj03 <138524804+Aleksandarj03@…>
Branches:
master
Children:
d9884b2
Parents:
78b9d99
Message:

Added more details page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ReserveNGo-frontend/src/PiniaStores/restaurantStore.js

    r78b9d99 rf49ddda  
    88  state(){
    99    return {
     10      id: '',
    1011      name: '',
    1112      address: '',
     
    1718  },
    1819  actions: {
    19     setDetails (name, address, workingHours, availableServices) {
     20    setDetails (id, name, address, workingHours, availableServices) {
     21      this.id = id
    2022      this.name = name
    2123      this.address = address
Note: See TracChangeset for help on using the changeset viewer.