Last change
on this file since 590f667 was 590f667, checked in by Ljubomir Ilievski <ilievski.ljubomir@…>, 3 months ago |
Added Initial frontend
|
-
Property mode
set to
100644
|
File size:
863 bytes
|
Line | |
---|
1 | <script setup>
|
---|
2 |
|
---|
3 | import Locale_listing_container from '@/components/Project/Locale_listing_container.vue'
|
---|
4 | import Locale_details from '@/components/Project/Locale_details.vue'
|
---|
5 | </script>
|
---|
6 |
|
---|
7 | <template>
|
---|
8 | <div class="container">
|
---|
9 |
|
---|
10 | <div class="row">
|
---|
11 |
|
---|
12 | <div class="col-md-8">
|
---|
13 | <div class="row">
|
---|
14 | <Locale_listing_container></Locale_listing_container>
|
---|
15 |
|
---|
16 | <!-- <div v-for="restaurant in restaurants" :key="restaurant" >
|
---|
17 | {{restaurant.name}}
|
---|
18 | {{restaurant.address}}
|
---|
19 | </div>-->
|
---|
20 |
|
---|
21 | </div>
|
---|
22 | <div class="row"></div>
|
---|
23 | </div>
|
---|
24 |
|
---|
25 | <div class="col-md-4">
|
---|
26 | <div class="div"><Locale_details>
|
---|
27 | <button link="restraurant">Details</button>
|
---|
28 | </Locale_details></div>
|
---|
29 |
|
---|
30 | </div>
|
---|
31 |
|
---|
32 | </div>
|
---|
33 |
|
---|
34 | </div>
|
---|
35 | </template>
|
---|
36 |
|
---|
37 | <style scoped>
|
---|
38 |
|
---|
39 | </style>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.