[S] Change tag direction for index
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="index-tags">
|
<div class="index-tags">
|
||||||
<Tag v-for="t in meta.tags" :key="t" :tag-name="t[0]">{{t[0]}} ({{t[1]}})</Tag>
|
<Tag v-for="t in meta.tags" :key="t" :tag-name="t[0]" direction="right">{{t[0]}} ({{t[1]}})</Tag>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user