fix: tag描述

This commit is contained in:
chenjianxing 2021-01-27 13:39:56 +08:00
parent 7f207e72b6
commit 832636725e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
v-if="!readOnly"
class="tag-input el-input"
v-model="newTag"
placeholder="$t('commons.tag_tip)"
:placeholder="$t('commons.tag_tip')"
@keydown.delete.stop="removeLastTag"
@keydown="addNew"
@blur="addNew"/>