- 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/components/Project/Locale_details.vue
r4446c6f rf9ef3e8 1 1 <script> 2 2 3 4 import { restaurantStore } from '@/PiniaStores/restaurantStore.js' 3 5 4 6 export default { … … 8 10 name: '', 9 11 address: '' 10 } 12 }, 13 restaurantStore: restaurantStore() 11 14 } 12 15 } … … 18 21 <div id="container" class="border px-5 py-2"> 19 22 <p>Local details...</p> 20 <p>Working hours: xx:yy-xx:yy</p>23 <p>Working hours: {{restaurantStore.workingHours}}</p> 21 24 <ul> 22 25 <li>Service 1</li>
Note:
See TracChangeset
for help on using the changeset viewer.