feat: 在App.vue中集成Vuetify框架以增强UI设计

This commit is contained in:
hello8693 2024-08-04 21:01:34 +08:00
parent 926578d9ad
commit e5e1989878

View File

@ -1,7 +1,9 @@
<template>
<main>
<router-view />
</main>
<v-app>
<v-main>
<router-view />
</v-main>
</v-app>
</template>
<script setup>