- 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/components/Project/Locale_details.vue
rd10a9aa rff641e1 22 22 <p>Local details...</p> 23 23 <p>Working hours: {{restaurantStore.workingHours}}</p> 24 <ul> 25 <li>Service 1</li> 26 <li>Service 2</li> 27 <li>Service 3</li> 24 <ul v-for="service in restaurantStore.availableServices" :key="service"> 25 <li>{{service}}</li> 28 26 </ul> 29 27 <p>Average rating...</p>
Note:
See TracChangeset
for help on using the changeset viewer.