From cefce9effbc6969100ca9e6a02ce5c749d8ad029 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 21 May 2024 19:05:15 +0800 Subject: [PATCH] update --- components/i/Nav.vue | 7 +++++++ components/i/SearchHistory.vue | 5 +++++ layouts/default.vue | 9 ++++++--- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/components/i/Nav.vue b/components/i/Nav.vue index 3c78828..3301a9f 100644 --- a/components/i/Nav.vue +++ b/components/i/Nav.vue @@ -7,6 +7,7 @@ size="md" label="首页" to="/" + @click="handleClickItem" /> diff --git a/components/i/SearchHistory.vue b/components/i/SearchHistory.vue index 904191e..74c002d 100644 --- a/components/i/SearchHistory.vue +++ b/components/i/SearchHistory.vue @@ -24,6 +24,7 @@ variant="ghost" size="xs" :to="'/search/' + item.url" + @click="handleClickItem" >
{{ item.title }}
@@ -65,6 +66,7 @@ diff --git a/layouts/default.vue b/layouts/default.vue index 4043e5e..2726a0b 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -12,7 +12,7 @@ class="fixed top-2 left-2 z-20" color="white" trailing-icon="i-heroicons-bars-3-20-solid" - @click="handleToogleAside" + @click="handleToggleAside" /> @@ -32,7 +32,10 @@ -- GitLab