浏览代码

Small 'typo'

pull/344/head
Nagy László 2 年前
父节点
当前提交
79d4dca61c
找不到此签名对应的密钥 GPG 密钥 ID: BC5A46D766BF10B3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pinry-spa/src/components/PinPreview.vue

+ 1
- 1
pinry-spa/src/components/PinPreview.vue 查看文件

@@ -23,7 +23,7 @@
<p class="subtitle is-6" v-show="pinItem.tags.length > 0">
<span class="subtitle dim">in&nbsp;</span>
<template v-for="tag in pinItem.tags">
<b-button v-bind:key="tag" @click="closeAndGoTo" class="pin-preview-image" type="is-link is-small" :to="{ name: 'tag', params: {tag: tag} }">{{ tag }}</b-button>
<b-button v-bind:key="tag" @click="closeAndGoTo" class="pin-preview-tag" type="is-link is-small" :to="{ name: 'tag', params: {tag: tag} }">{{ tag }}</b-button>
</template>
</p>
</div>


正在加载...
取消
保存