Hanks10100 closed pull request #189: fix: better refresh and loading demo URL: https://github.com/apache/incubator-weex-site/pull/189
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/source/cn/references/components/loading.md b/source/cn/references/components/loading.md index 7ac4df911..f9fb60e5c 100644 --- a/source/cn/references/components/loading.md +++ b/source/cn/references/components/loading.md @@ -24,7 +24,7 @@ version: 2.1 </loading> </list> ``` - - 查看 [完整示例](http://dotwe.org/vue/d1f0283206f66fec6549f7896e6c6164) + - 查看 [完整示例](http://dotwe.org/vue/70db1e2d322a50065369033cb9a5b58f) ## 子组件 @@ -41,7 +41,7 @@ version: 2.1 ... </loading> ``` - - 查看 [完整示例](http://dotwe.org/vue/d1f0283206f66fec6549f7896e6c6164) + - 查看 [完整示例](http://dotwe.org/vue/70db1e2d322a50065369033cb9a5b58f) ## 属性 @@ -83,7 +83,7 @@ version: 2.1 } </script> ``` - - 查看 [完整示例](http://dotwe.org/vue/d1f0283206f66fec6549f7896e6c6164) + - 查看 [完整示例](http://dotwe.org/vue/70db1e2d322a50065369033cb9a5b58f) - 支持所有通用属性。查看 [组件通用属性](../common-attrs.html) @@ -97,8 +97,8 @@ version: 2.1 - 当 `<scroller>`、`<list>`、`<hlist>`、`<vlist>`、`<waterfall>` 被上拉时触发。 - - 查看 [完整示例](http://dotwe.org/vue/d1f0283206f66fec6549f7896e6c6164) + - 查看 [完整示例](http://dotwe.org/vue/70db1e2d322a50065369033cb9a5b58f) ## 示例 - - [完整示例](http://dotwe.org/vue/d1f0283206f66fec6549f7896e6c6164) + - [完整示例](http://dotwe.org/vue/70db1e2d322a50065369033cb9a5b58f) diff --git a/source/cn/references/components/refresh.md b/source/cn/references/components/refresh.md index 0f1430d8d..33ab17c5e 100644 --- a/source/cn/references/components/refresh.md +++ b/source/cn/references/components/refresh.md @@ -23,7 +23,7 @@ version: 2.1 ... </list> ``` - - 查看 [完整示例](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7) + - 查看 [完整示例](http://dotwe.org/vue/b9fbd9b7a0b0aaa46e3ea46e09213539) ## 子组件 @@ -40,7 +40,7 @@ version: 2.1 ... </refresh> ``` - - 查看 [完整示例](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7) + - 查看 [完整示例](http://dotwe.org/vue/b9fbd9b7a0b0aaa46e3ea46e09213539) ## 属性 @@ -80,7 +80,7 @@ version: 2.1 } </script> ``` - - 查看 [完整示例](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7) + - 查看 [完整示例](http://dotwe.org/vue/b9fbd9b7a0b0aaa46e3ea46e09213539) - 支持所有通用属性。查看 [组件通用属性](../common-attrs.html) @@ -130,8 +130,8 @@ version: 2.1 } </script> ``` - - 查看 [完整示例](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7) + - 查看 [完整示例](http://dotwe.org/vue/b9fbd9b7a0b0aaa46e3ea46e09213539) ## 示例 - - [完整示例](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7) + - [完整示例](http://dotwe.org/vue/b9fbd9b7a0b0aaa46e3ea46e09213539) diff --git a/source/references/components/loading.md b/source/references/components/loading.md index c152f4694..d776ff372 100644 --- a/source/references/components/loading.md +++ b/source/references/components/loading.md @@ -25,7 +25,7 @@ The `<loading>` Component provide a pullup to loading function for some special </list> ``` - - Complete example goes [here](http://dotwe.org/vue/d1f0283206f66fec6549f7896e6c6164) + - Complete example goes [here](http://dotwe.org/vue/70db1e2d322a50065369033cb9a5b58f) ## Child Components @@ -42,7 +42,7 @@ The `<loading>` Component provide a pullup to loading function for some special ... </loading> ``` - - Complete example goes [here](http://dotwe.org/vue/d1f0283206f66fec6549f7896e6c6164) + - Complete example goes [here](http://dotwe.org/vue/70db1e2d322a50065369033cb9a5b58f) ## Attributes @@ -86,7 +86,7 @@ The `<loading>` Component provide a pullup to loading function for some special } </script> ``` - - Complete example goes [here](http://dotwe.org/vue/d1f0283206f66fec6549f7896e6c6164) + - Complete example goes [here](http://dotwe.org/vue/70db1e2d322a50065369033cb9a5b58f) ## Styles @@ -98,9 +98,9 @@ The `<loading>` Component provide a pullup to loading function for some special - Triggered when the scroller or list is pulled up. - - Complete example goes [here](http://dotwe.org/vue/d1f0283206f66fec6549f7896e6c6164) + - Complete example goes [here](http://dotwe.org/vue/70db1e2d322a50065369033cb9a5b58f) ## Example - - Complete example goes [here](http://dotwe.org/vue/d1f0283206f66fec6549f7896e6c6164) + - Complete example goes [here](http://dotwe.org/vue/70db1e2d322a50065369033cb9a5b58f) diff --git a/source/references/components/refresh.md b/source/references/components/refresh.md index dddb79bc3..6c222d49c 100644 --- a/source/references/components/refresh.md +++ b/source/references/components/refresh.md @@ -24,7 +24,7 @@ The `<refresh>` Component provide a pulldown-refresh function for some special c </list> ``` - - Complete example goes [here](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7) + - Complete example goes [here](http://dotwe.org/vue/b9fbd9b7a0b0aaa46e3ea46e09213539) ## Child Components @@ -41,7 +41,7 @@ The `<refresh>` Component provide a pulldown-refresh function for some special c ... </refresh> ``` - - Complete example goes [here](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7) + - Complete example goes [here](http://dotwe.org/vue/b9fbd9b7a0b0aaa46e3ea46e09213539) ## Attributes @@ -83,7 +83,7 @@ The `<refresh>` Component provide a pulldown-refresh function for some special c } </script> ``` - - Complete example goes [here](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7) + - Complete example goes [here](http://dotwe.org/vue/b9fbd9b7a0b0aaa46e3ea46e09213539) ## Styles @@ -131,10 +131,10 @@ The `<refresh>` Component provide a pulldown-refresh function for some special c } </script> ``` - - Complete example goes [here](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7) + - Complete example goes [here](http://dotwe.org/vue/b9fbd9b7a0b0aaa46e3ea46e09213539) ## Example - - Complete example goes [here](http://dotwe.org/vue/26937c1c74022e79608af118b21bfbc7) + - Complete example goes [here](http://dotwe.org/vue/b9fbd9b7a0b0aaa46e3ea46e09213539) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services