From d00336f340e02604076157613f971f7684e70f29 Mon Sep 17 00:00:00 2001 From: Thomas Haaf Date: Tue, 9 May 2023 12:05:47 +0200 Subject: [PATCH] add searchability to tags displayed --- client/src/components/DisplayTags.vue | 11 ++++++++++- client/src/views/PostsView.vue | 1 - 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/client/src/components/DisplayTags.vue b/client/src/components/DisplayTags.vue index 78b9533..2bbd4c3 100644 --- a/client/src/components/DisplayTags.vue +++ b/client/src/components/DisplayTags.vue @@ -1,6 +1,6 @@