update Input
update Input
This commit is contained in:
parent
c3a9f3895b
commit
20766f2870
3 changed files with 12 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<i-input type="password" :value.sync="formCustom.passwdCheck"></i-input>
|
||||
</Form-item>
|
||||
<Form-item label="年龄" prop="age">
|
||||
<i-input type="text" :value.sync="formCustom.age"></i-input>
|
||||
<i-input type="text" :value.sync="formCustom.age" number></i-input>
|
||||
</Form-item>
|
||||
<Form-item>
|
||||
<i-button type="primary" @click="handleSubmit('formCustom')">提交</i-button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue