publish 0.9.13-rc-1
publish 0.9.13-rc-1
This commit is contained in:
parent
23f1a8f28b
commit
ba3a2f1e57
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iview",
|
"name": "iview",
|
||||||
"version": "0.9.12",
|
"version": "0.9.13-rc-1",
|
||||||
"title": "iView",
|
"title": "iView",
|
||||||
"description": "A high quality UI components Library with Vue.js",
|
"description": "A high quality UI components Library with Vue.js",
|
||||||
"homepage": "http://www.iviewui.com",
|
"homepage": "http://www.iviewui.com",
|
||||||
|
|
|
@ -181,6 +181,7 @@
|
||||||
</form-item>
|
</form-item>
|
||||||
<form-item>
|
<form-item>
|
||||||
<i-button type="primary" @click="onSubmit('form')">提交</i-button>
|
<i-button type="primary" @click="onSubmit('form')">提交</i-button>
|
||||||
|
<i-button type="ghost" @click="resetForm('form')">重置</i-button>
|
||||||
</form-item>
|
</form-item>
|
||||||
</i-form>
|
</i-form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -387,6 +388,9 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
resetForm (formName) {
|
||||||
|
this.$refs[formName].resetFields();
|
||||||
|
},
|
||||||
c (s) {
|
c (s) {
|
||||||
console.log(this.form.date)
|
console.log(this.form.date)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue