Restructure layout components and update page metadata

This commit is contained in:
wangqiao
2025-08-21 22:40:17 +08:00
parent b7113c4e12
commit bf86652ff2
7 changed files with 15 additions and 11 deletions

View File

@ -1,6 +1,8 @@
<template>
<div>
<NuxtLoadingIndicator />
<NuxtPage />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>