Last change
on this file since 17db9d2 was 17db9d2, checked in by Aleksandarj03 <138524804+Aleksandarj03@…>, 3 months ago |
Added favourite locals placeholder and fixed navbar
|
-
Property mode
set to
100644
|
File size:
309 bytes
|
Line | |
---|
1 | <script>
|
---|
2 |
|
---|
3 | export default {
|
---|
4 | data() {
|
---|
5 | return {
|
---|
6 | locale:{
|
---|
7 | id: 'id',
|
---|
8 | name: 'name_of_local',
|
---|
9 | }
|
---|
10 | }
|
---|
11 | },
|
---|
12 | }
|
---|
13 |
|
---|
14 | </script>
|
---|
15 |
|
---|
16 | <template>
|
---|
17 | <div id="container" class="border my-3 p-2">
|
---|
18 | <h3>{{locale.id}}</h3>
|
---|
19 | <h5>{{locale.name}}</h5>
|
---|
20 |
|
---|
21 | </div></template>
|
---|
22 |
|
---|
23 | <style scoped>
|
---|
24 |
|
---|
25 | </style>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.