From 4c1c8c84676da179cccf7353889bf99e875c7231 Mon Sep 17 00:00:00 2001 From: lesion Date: Wed, 25 May 2022 10:51:37 +0200 Subject: [PATCH] minor --- components/Event.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Event.vue b/components/Event.vue index 68a27fef..fe839d7e 100644 --- a/components/Event.vue +++ b/components/Event.vue @@ -14,7 +14,7 @@ v-card-actions.pt-0.actions.justify-space-between .tags v-chip.ml-1.mt-1(v-for='tag in event.tags.slice(0,6)' small :to='`/tag/${tag}`' - :key='tag' outlined color='primary' v-text='tag') + :key='tag' outlined color='primary') {{tag}} client-only v-menu(offset-y)