Update..
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<div class="tags">
|
||||
<v-chip v-for="tag in tags" :key="tag" active color="secondary">
|
||||
<v-chip
|
||||
v-for="(tag, index) in tags"
|
||||
:key="index"
|
||||
active
|
||||
color="secondary"
|
||||
>
|
||||
{{ tag }}
|
||||
</v-chip>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user