Merge pull request #362 from sunshl/patch-3

Update richtext.md
diff --git a/docs/docs/components/input.md b/docs/docs/components/input.md
index 56fd8a0..f99c1e6 100644
--- a/docs/docs/components/input.md
+++ b/docs/docs/components/input.md
@@ -140,11 +140,11 @@
   - `timestamp`: the time stamp of the event.
 
 ## Demo
-
+- [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)
 - [setTextFormatter Example](http://dotwe.org/vue/bea3cb0cad697829d8d343552a2b7b77)
 - [Other Examples](http://dotwe.org/vue/aec5342b15d3c01b3b427384a71b0874)
 
-[try it](http://dotwe.org/vue/3470e4d0194f3879a72d38e2ab02cc9f)
\ No newline at end of file
+[try it](http://dotwe.org/vue/3470e4d0194f3879a72d38e2ab02cc9f)
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)
diff --git a/docs/zh/docs/components/loading.md b/docs/zh/docs/components/loading.md
index 24fb552..050ac78 100644
--- a/docs/zh/docs/components/loading.md
+++ b/docs/zh/docs/components/loading.md
@@ -21,13 +21,14 @@
 
 ## 子组件
 * 诸如 `<text>`、`<image>` 之类的任何组件,都可以放到 `<loading>` 进行渲染。
-* 特殊子组件 `<loading-indicator>`: 只能作为 `<refresh>` 和 `<loading>` 的子组件使用,拥有默认的动画效果实现。
+* 组件 `<loading-indicator>`: 作为 `<refresh>` 和 `<loading>` 的子组件使用,则拥有默认的动画效果实现。
   ```vue{3}
   <loading>
     <text>Loading</text>
     <loading-indicator></loading-indicator>
   </loading>
   ```
+* 组件 `<loading-indicator>`: 作为独立组件使用时,通过`animating`属性控制动画状态。[示例](http://dotwe.org/vue/15b0ac96db6e1837ef5c27c0345b7fb6)
 
 ## 属性
 * `display`  
@@ -45,4 +46,4 @@
 
 ## 示例
 [基本用法](http://dotwe.org/vue/1c303ff427e3a92fc8ef5846c00b35e5)
-<IPhoneImg imgSrc="https://img.alicdn.com/tfs/TB1QYo8n9zqK1RjSZFpXXakSXXa-1242-2208.png" />
\ No newline at end of file
+<IPhoneImg imgSrc="https://img.alicdn.com/tfs/TB1QYo8n9zqK1RjSZFpXXakSXXa-1242-2208.png" />