Form add show-message support

Form add show-message support
This commit is contained in:
梁灏 2017-01-16 20:09:18 +08:00
parent 071506fc66
commit 6986d05501
4 changed files with 10 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<Icon type="ios-person-outline" slot="prepend"></Icon>
</i-input>
</Form-item>
<Form-item prop="password">
<Form-item prop="password" :show-message="false">
<i-input type="password" :value.sync="formInline.password" placeholder="Password">
<Icon type="ios-locked-outline" slot="prepend"></Icon>
</i-input>