新增docsAsideleftTop组件

This commit is contained in:
2025-07-26 20:35:14 +08:00
parent 2a07a42ccd
commit 620c1a7b35
3 changed files with 96 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ const handleLoginRegister = (type: "login" | "register") => {
<template #body>
<DocsAsideLeftTop />
<div>-----</div>
<div class="mt-4 mb-4 border-t border-gray-200 dark:border-gray-700 w-9/10 mx-5" />
<UContentNavigation highlight :navigation="navigation" color="primary" type="single" variant="pill" />
</template>