fix: router-link

This commit is contained in:
Tim
2025-08-18 11:14:28 +08:00
parent 239f1f8c84
commit f4a15b3448
5 changed files with 103 additions and 103 deletions

View File

@@ -2,7 +2,7 @@
<div class="not-found-page">
<h1>404 - 页面不存在</h1>
<p>你访问的页面不存在或已被删除</p>
<router-link to="/">返回首页</router-link>
<NuxtLink to="/">返回首页</NuxtLink>
</div>
</template>