ソースを参照

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>


読み込み中…
キャンセル
保存