edit input return event demo
diff --git a/docs/docs/components/input.md b/docs/docs/components/input.md
index f42fa45..2dad165 100644
--- a/docs/docs/components/input.md
+++ b/docs/docs/components/input.md
@@ -143,7 +143,7 @@
 - [input with normal content and binding actions Example] (http://dotwe.org/vue/c2c9a853e5184d8ade57d1d93432f31f)
 - [ date & time Example ](http://dotwe.org/vue/23ec083078356ef0e31618164e5a184b)
 
-- [return-key-type Example](http://dotwe.org/vue/703c94a1db921df110a11ce33b42c0d7)
+- [return-key-type Example](http://dotwe.org/vue/2ab797dc2ffe865f33a5727d0fdd2408)
 - [setTextFormatter Example](http://dotwe.org/vue/bea3cb0cad697829d8d343552a2b7b77)
 - [Other Examples](http://dotwe.org/vue/aec5342b15d3c01b3b427384a71b0874)
 
diff --git a/docs/zh/docs/components/input.md b/docs/zh/docs/components/input.md
index 4a5dc7a..a91b88f 100644
--- a/docs/zh/docs/components/input.md
+++ b/docs/zh/docs/components/input.md
@@ -30,7 +30,7 @@
 | `placeholder`                                                               | string  | 提示用户可以输入什么。 提示文本不能有回车或换行                                                                   |        |                                                                                                                                                                                                                                            |
 | `autofocus`                                                                 | boolean | 布尔类型的数据,表示是否在页面加载时控件自动获得输入焦点                                                          |        |                                                                                                                                                                                                                                            |
 | `maxlength` | nubmer  | 一个数值类型的值,表示输入的最大长度                                                                              |        |                                                                                                                                                                                                                                            |
-| `return-key-type` | string  | 键盘返回键的类型(即手机输入法右下角回车按钮的地方)<br /><img src="https://img.alicdn.com/tfs/TB1GSs7n9zqK1RjSZFLXXcn2XXa-311-156.png" height="100px" width="200px" /> |        | 支持 defalut;go;next;search;send,done <br /> [查看示例](http://dotwe.org/vue/703c94a1db921df110a11ce33b42c0d7)                                                                                                                             |  |
+| `return-key-type` | string  | 键盘返回键的类型(即手机输入法右下角回车按钮的地方)<br /><img src="https://img.alicdn.com/tfs/TB1GSs7n9zqK1RjSZFLXXcn2XXa-311-156.png" height="100px" width="200px" /> |        | 支持 defalut;go;next;search;send,done <br /> [查看示例](http://dotwe.org/vue/2ab797dc2ffe865f33a5727d0fdd2408)                                                                                                                             |  |
 | `singleline` | boolean | 控制内容是否只允许单行                                                                                            | true   |                                                                                                                                                                                                                                            |
 | `max-length`                                                                | number  | 控制输入内容的最大长度                                                                                            |        | 字符串长度,即中英文字符长度都为 1                                                                                                                                                                                                         |
 | `max`                                                                       | string  | 控制当 type 属性为 date 时选择日期的最大时间,格式为 yyyy-MM-dd                                                   |        |                                                                                                                                                                                                                                            |
@@ -132,7 +132,7 @@
 
 - [date + time 示例(手机扫码查看)](http://dotwe.org/vue/23ec083078356ef0e31618164e5a184b)
 
-* [return-key-type 示例(手机扫码查看)](http://dotwe.org/vue/703c94a1db921df110a11ce33b42c0d7)
+* [return-key-type 示例(手机扫码查看)](http://dotwe.org/vue/2ab797dc2ffe865f33a5727d0fdd2408)
 
 * [setTextFormatter 示例(手机扫码查看)](http://dotwe.org/vue/bea3cb0cad697829d8d343552a2b7b77)