Init
This commit is contained in:
13
app/frontend/src/components/db/Index.vue
Normal file
13
app/frontend/src/components/db/Index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<Base>
|
||||
<v-container>
|
||||
<v-btn icon="mdi-home"/>
|
||||
</v-container>
|
||||
</Base>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {defineAsyncComponent} from "vue";
|
||||
|
||||
const Base = defineAsyncComponent(() => import("../Base.vue"))
|
||||
</script>
|
||||
Reference in New Issue
Block a user