feat: Add header with button to create new storage spaces
This commit is contained in:
parent
6f12a06a02
commit
081020b809
4 changed files with 161 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
<template>
|
||||
<AppHeader />
|
||||
|
||||
<v-main>
|
||||
<router-view />
|
||||
</v-main>
|
||||
|
@ -7,5 +9,5 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
//
|
||||
import AppHeader from '@/components/AppHeader.vue';
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue