This commit is contained in:
Pan
2017-04-25 13:53:49 +08:00
parent 20f1d54768
commit 308b5f6124
5 changed files with 105 additions and 37 deletions

View File

@@ -24,7 +24,7 @@
</div>
<div class="block">
<el-tag class='tag-item' v-for="tag in tags" :type="tag.type">
<el-tag class='tag-item' v-for="tag in tags" :type="tag.type" :key='tag.type'>
{{tag.name}}
</el-tag>
</div>