Repository: incubator-weex
Updated Branches:
  refs/heads/0.16-dev 671b6c5fc -> a14161834


* [doc] fix typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/0c0a6302
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/0c0a6302
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/0c0a6302

Branch: refs/heads/0.16-dev
Commit: 0c0a6302f7e4f28987bf1d8ececba1c726614dce
Parents: fa82089
Author: huyujin <yj.h...@zuche.com>
Authored: Thu Aug 31 09:26:43 2017 +0800
Committer: huyujin <yj.h...@zuche.com>
Committed: Thu Aug 31 09:26:43 2017 +0800

----------------------------------------------------------------------
 html5/render/vue/components/input.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/0c0a6302/html5/render/vue/components/input.js
----------------------------------------------------------------------
diff --git a/html5/render/vue/components/input.js 
b/html5/render/vue/components/input.js
index 1454988..e4d5952 100644
--- a/html5/render/vue/components/input.js
+++ b/html5/render/vue/components/input.js
@@ -19,7 +19,7 @@
 
 /**
  * @fileOverview Input component.
- * Support v-model only if vue version is large than 2.2.0
+ * Support v-model only if vue version is larger than 2.2.0
  */
 import { extractComponentStyle, createEventMap } from '../core'
 import { inputCommon } from '../mixins'

Reply via email to