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