This commit is contained in:
lesion
2022-05-23 14:45:14 +02:00
parent 6544d2f99b
commit f22bdfff7d
2 changed files with 8 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ v-container#event.pa-0.pa-sm-2
//- tags, hashtags
v-card-text(v-if='event.tags.length')
v-chip.p-category.ml-1.mt-3(v-for='tag in event.tags' color='primary'
outlined :key='tag')
outlined :key='tag' :to='`/tag/${tag}`')
span(v-text='tag')
//- info & actions