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)