修复所有vue vite警告

This commit is contained in:
2025-07-26 21:01:45 +08:00
parent 620c1a7b35
commit 063242ea77
4 changed files with 54 additions and 62 deletions

View File

@@ -35,11 +35,12 @@ const handleLoginRegister = (type: "login" | "register") => {
<UHeader toggle-side="left" title="Estel Docs" mode="modal">
<template #title>
<LogoPro class="h-5 w-auto" />
<h6></h6>
</template>
<template #body>
<LogoPro class="h-5 w-auto mb-4" />
<DocsAsideLeftTop />
<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" />