new start

This commit is contained in:
2023-07-23 00:24:37 +02:00
parent 1c70b969df
commit 57e37ec850
27 changed files with 4873 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<template>
<v-main>
<router-view />
</v-main>
</template>
<script lang="ts" setup>
//
</script>