NEZ-3136 fix:增加 placeholder 提示 一并修改 相同组件其它表单的placeholder
This commit is contained in:
@@ -175,7 +175,7 @@
|
||||
<vue-tags-input
|
||||
v-model="tag"
|
||||
:maxlength="32"
|
||||
:placeholder="$t('overall.addParameter')"
|
||||
:placeholder="$t('tagsInput.placeholder')"
|
||||
:tags="chartConfig.param.tags"
|
||||
@tags-changed="(newTags)=>{tagsChange(newTags)}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user