From ba3a2f1e57227c687220d0f4ef8bdc8cce14402c Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Wed, 4 Jan 2017 18:20:05 +0800 Subject: [PATCH] publish 0.9.13-rc-1 --- package.json | 2 +- test/routers/form.vue | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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