mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-03-10 06:32:40 +08:00
8 lines
123 B
Vue
8 lines
123 B
Vue
<template>
|
|
<!-- <UApp> -->
|
|
<NuxtLayout>
|
|
<NuxtPage class="w-full" />
|
|
</NuxtLayout>
|
|
<!-- </UApp> -->
|
|
</template>
|