source:
ReserveNGo-frontend/src/components/Project/My_reservations.vue
Last change on this file was f9ef3e8, checked in by , 3 months ago | |
---|---|
|
|
File size: 286 bytes |
Rev | Line | |
---|---|---|
[590f667] | 1 | <script setup> |
2 | ||
[f9ef3e8] | 3 | import reservation_ from '@/components/Project/reservation_.vue' |
[590f667] | 4 | </script> |
5 | ||
6 | <template> | |
[f9ef3e8] | 7 | |
8 | <div id="container " class="border container-xxl"> | |
9 | ||
10 | <reservation_/> | |
11 | <reservation_/> | |
12 | <reservation_/> | |
13 | <reservation_/> | |
14 | ||
15 | </div> | |
[590f667] | 16 | </template> |
17 | ||
18 | <style scoped> | |
19 | ||
20 | </style> |
Note:
See TracBrowser
for help on using the repository browser.