From 4ae42313a4afe8684bd1a8406851fce35cf5cfb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Emonet?= Date: Tue, 9 Jun 2020 15:02:41 +0200 Subject: [PATCH] fix: cannot click tag labels on outside of the text (fix #84) (#85) --- components/PostTag.vue | 73 ++++++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 34 deletions(-) diff --git a/components/PostTag.vue b/components/PostTag.vue index af340e4..fcb7203 100644 --- a/components/PostTag.vue +++ b/components/PostTag.vue @@ -1,6 +1,8 @@ @@ -18,48 +20,51 @@ export default {