fix: tag描述
This commit is contained in:
parent
7f207e72b6
commit
832636725e
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue