Files
xsh-assistant-next/app.vue
2024-02-26 18:01:16 +08:00

11 lines
132 B
Vue

<template>
<div>
<NuxtLayout>
<NuxtPage/>
</NuxtLayout>
<UModals/>
<UNotifications />
</div>
</template>