This commit is contained in:
lesion
2022-05-25 10:51:37 +02:00
parent f22bdfff7d
commit 4c1c8c8467

View File

@@ -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)