AiCampus/app.vue
2025-03-14 21:45:00 +08:00

10 lines
147 B
Vue

<template>
<UApp>
<div class="w-full h-screen">
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</UApp>
</template>