choice value tip fix

This commit is contained in:
pycook 2019-10-24 11:49:44 +08:00
parent 7bbc68bfd5
commit b5a987f6b4
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<a-textarea
:rows="5"
name="choice_value"
placeholder="多个值使用半角逗号“,”分隔"
placeholder="多个值使用换行分隔"
v-decorator="['choice_value', {rules: []} ]"
/>
</a-form-item>