mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 08:06:32 +00:00
feat: 在App.vue中集成Vuetify框架以增强UI设计
This commit is contained in:
parent
926578d9ad
commit
e5e1989878
@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<main>
|
||||
<router-view />
|
||||
</main>
|
||||
<v-app>
|
||||
<v-main>
|
||||
<router-view />
|
||||
</v-main>
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
Loading…
x
Reference in New Issue
Block a user