whois/app.vue
2024-03-02 15:21:22 +08:00

8 lines
131 B
Vue

<template>
<NuxtLoadingIndicator />
<NuxtLayout>
<UNotifications />
<NuxtPage />
</NuxtLayout>
</template>