From 538bb4b2695284e513f5813643db89a7a3814f67 Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 31 May 2024 10:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=97=8F=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/i/library/Collect.vue | 2 +- components/i/library/Header.vue | 5 +++++ pages/library/[id].vue | 12 +++++++++--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/components/i/library/Collect.vue b/components/i/library/Collect.vue index d79765e..16a2a8c 100644 --- a/components/i/library/Collect.vue +++ b/components/i/library/Collect.vue @@ -2,7 +2,7 @@
-
{{item.name}}
+
{{ item.name }}
diff --git a/components/i/library/Header.vue b/components/i/library/Header.vue index a73bb75..2b5fd99 100644 --- a/components/i/library/Header.vue +++ b/components/i/library/Header.vue @@ -29,6 +29,7 @@ />
+
{{ description }}
@@ -38,6 +39,10 @@ defineProps({ collect: { type: String, default: '' + }, + description: { + type: String, + default: '' } }) const searchQuery = ref('') diff --git a/pages/library/[id].vue b/pages/library/[id].vue index 6505f87..aa119cc 100644 --- a/pages/library/[id].vue +++ b/pages/library/[id].vue @@ -1,6 +1,6 @@ \ No newline at end of file -- GitLab