Przeglądaj źródła

added sidebar and mainNav

tags/0.0.1
diaseu 4 lat temu
rodzic
commit
e6f274d5f4
1 zmienionych plików z 8 dodań i 6 usunięć
  1. 8
    6
      frontend/src/views/Matches.vue

+ 8
- 6
frontend/src/views/Matches.vue Wyświetl plik

@@ -1,19 +1,21 @@
1 1
 <template lang="pug">
2
-article.match
3
-    h1 Match Page
2
+sidebar
3
+main.f-col.start.w-full
4
+    article.match
5
+        h1 Match Page
6
+    mainNav
4 7
 </template>
5 8
 
6 9
 <script>
7 10
 import { defineComponent } from 'vue'
11
+import sidebar from '../components/Sidebar.vue'
12
+import mainNav from '../components/MainNav.vue'
8 13
 
9 14
 // import icon from '@/components/icon.vue'
10 15
 // import card from '@/components/card.vue'
11 16
 
12 17
 export default defineComponent({
13
-    components: {
14
-        // card,
15
-        // icon,
16
-    },
18
+    components: { sidebar, mainNav },
17 19
 })
18 20
 </script>
19 21
 

Ładowanie…
Anuluj
Zapisz