diff --git a/src/layouts/components/Sidebar/SidebarItem.vue b/src/layouts/components/Sidebar/Item.vue
similarity index 93%
rename from src/layouts/components/Sidebar/SidebarItem.vue
rename to src/layouts/components/Sidebar/Item.vue
index 4550df71..8eeb3b96 100644
--- a/src/layouts/components/Sidebar/SidebarItem.vue
+++ b/src/layouts/components/Sidebar/Item.vue
@@ -3,7 +3,7 @@ import type { RouteRecordRaw } from "vue-router"
import { isExternal } from "@/utils/validate"
import path from "path-browserify"
import { computed } from "vue"
-import SidebarItemLink from "./SidebarItemLink.vue"
+import Link from "./Link.vue"
interface Props {
item: RouteRecordRaw
@@ -51,7 +51,7 @@ function resolvePath(routePath: string) {
-
+
@@ -59,7 +59,7 @@ function resolvePath(routePath: string) {
{{ theOnlyOneChild.meta.title }}
-
+
@@ -68,7 +68,7 @@ function resolvePath(routePath: string) {
{{ props.item.meta.title }}
- !isTop.value ? "2px" : "0px")
:collapse-transition="false"
:mode="isTop && !isMobile ? 'horizontal' : 'vertical'"
>
-