mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-14 08:13:14 -05:00
Lots of CSS fixing and added new items
This commit is contained in:
parent
0f37f195a9
commit
599d44a86b
27 changed files with 1211 additions and 389 deletions
16
src/App.vue
16
src/App.vue
|
|
@ -6,21 +6,11 @@ import GlobalHeader from '@/components/GlobalHeader.vue'
|
|||
<template>
|
||||
<v-app>
|
||||
<GlobalHeader />
|
||||
<v-navigation-drawer permanent absolute>
|
||||
<v-list nav dense>
|
||||
<v-list-item :to="{ name: 'blessing-power' }">
|
||||
<v-list-item-title>Blessing Power</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-item :to="{ name: 'fellow-power' }">
|
||||
<v-list-item-title>Fellow Power</v-list-item-title>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-navigation-drawer>
|
||||
<v-main>
|
||||
<v-main class="d-flex">
|
||||
<RouterView />
|
||||
</v-main>
|
||||
<v-footer>
|
||||
<div>The footer goes here</div>
|
||||
<v-footer app>
|
||||
<div>Copyright Annika Merris 2024</div>
|
||||
</v-footer>
|
||||
</v-app>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue