diff --git a/package.json b/package.json index 6a65c99..fbefa1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iview", - "version": "0.9.12", + "version": "0.9.13-rc-1", "title": "iView", "description": "A high quality UI components Library with Vue.js", "homepage": "http://www.iviewui.com", diff --git a/test/routers/form.vue b/test/routers/form.vue index bc35e38..31e2810 100644 --- a/test/routers/form.vue +++ b/test/routers/form.vue @@ -181,6 +181,7 @@ 提交 + 重置 @@ -387,6 +388,9 @@ } }); }, + resetForm (formName) { + this.$refs[formName].resetFields(); + }, c (s) { console.log(this.form.date) }, -- libgit2 0.21.4