添加input标签使用其及事件处理的demo

input标签作为常见的输入域标签,输入域中accessory view的形式多种多样。
本demo主要是针对的普通文本输入域的情况。以及针对输入域状态变化的各种事件的处理。
diff --git a/docs/zh/docs/components/input.md b/docs/zh/docs/components/input.md
index 9ea4ea8..1ced9ad 100644
--- a/docs/zh/docs/components/input.md
+++ b/docs/zh/docs/components/input.md
@@ -128,6 +128,8 @@
 
 ## 示例
 
+- [input标签使用及事件处理 demo](http://dotwe.org/vue/c2c9a853e5184d8ade57d1d93432f31f)
+
 - [date + time 示例(手机扫码查看)](http://dotwe.org/vue/23ec083078356ef0e31618164e5a184b)
 
 * [return-key-type 示例(手机扫码查看)](http://dotwe.org/vue/703c94a1db921df110a11ce33b42c0d7)