改进 视图

This commit is contained in:
ivamp 2024-08-03 00:53:10 +08:00
parent c6483d45d6
commit f2cc6f423b

View File

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