diff --git a/components/i/library/Collect.vue b/components/i/library/Collect.vue index d79765e4316a5299ba518962571c1474d4a433a0..16a2a8c79c6ba05e57d948f0d021a6ba5171c9cc 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 a73bb75e15e4fea4fda75aa087b85a2ece3e389e..2b5fd992d533c220a6cd963c377e1ba86bc863fc 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 6505f87055337ded6c2722ca2e9b4007b1d62944..aa119ccb5c227c5399fdf3380ff2f94eccbe6c13 100644 --- a/pages/library/[id].vue +++ b/pages/library/[id].vue @@ -1,6 +1,6 @@ \ No newline at end of file