Skip to content

Commit

Permalink
fixed iview#396
Browse files Browse the repository at this point in the history
fixed iview#396
  • Loading branch information
icarusion committed Mar 14, 2017
1 parent 1433a0f commit 430ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/routers/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Cascader :data="formInline.data" v-model="formInline.value2" change-on-select></Cascader>
</Form-item>
<Form-item prop="user">
<Input v-model="formInline.user">
<Input v-model="formInline.user"></Input>
</Form-item>
<Form-item>
<i-button type="primary" @click.native="handleSubmit('formInline')">登录</i-button>
Expand Down

0 comments on commit 430ddd8

Please sign in to comment.