diff --git a/src/views/CollectionView.vue b/src/views/CollectionView.vue index 62a2a81..1e64f41 100644 --- a/src/views/CollectionView.vue +++ b/src/views/CollectionView.vue @@ -68,8 +68,8 @@

{{ article.Description }}

- + {{ tag }}
@@ -178,6 +178,9 @@ export default defineComponent({ document.head.appendChild(meta); } }, + setTag(tag: string) { + this.selectedTags = [tag as never] + } }, });