Hanks10100 closed pull request #197: fix recycle list v-bind demo
URL: https://github.com/apache/incubator-weex-site/pull/197
 
 
   

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/examples/components.js b/examples/components.js
index 7d7cdb6a3..20e0386e5 100644
--- a/examples/components.js
+++ b/examples/components.js
@@ -402,7 +402,7 @@ module.exports = {
       title: { zh: '文本绑定', en: 'Text Binding' },
       screenshot: 
'https://gw.alicdn.com/tfs/TB1LeVoovDH8KJjy1XcXXcpdXXa-540-844.png'
     }, {
-      hash: '56d434a1641b96df58c8f3d02d082f08',
+      hash: 'c85fb6128ff0fa33c2b7c13ca0c40d06',
       title: { zh: '属性绑定', en: 'Attribute Binding' },
       screenshot: 
'https://gw.alicdn.com/tfs/TB1_pLKolfH8KJjy1XbXXbLdXXa-540-844.png'
     }, {
diff --git a/source/cn/references/components/recycle-list.md 
b/source/cn/references/components/recycle-list.md
index 4bb43b930..d06537d40 100644
--- a/source/cn/references/components/recycle-list.md
+++ b/source/cn/references/components/recycle-list.md
@@ -235,7 +235,7 @@ const longList = [
 **模板语法**
 
 + [绑定文本](http://dotwe.org/vue/5b25755d7371d16b3d000e0d173a5cab) ([普通 
list](http://dotwe.org/vue/0f7f1c1f0a3271ed30a0c5adb6938976))
-+ [绑定属性 `v-bind`](http://dotwe.org/vue/6455e2e8c1a717f9c09363ec9be663d1) ([普通 
list](http://dotwe.org/vue/f6a37fbeb5d7abf2d8c4875862b49ebc))
++ [绑定属性 `v-bind`](http://dotwe.org/vue/c85fb6128ff0fa33c2b7c13ca0c40d06) ([普通 
list](http://dotwe.org/vue/f6a37fbeb5d7abf2d8c4875862b49ebc))
 + [循环 `v-for`](http://dotwe.org/vue/966e644a4cbbbc401ab431889dc48677) ([普通 
list](http://dotwe.org/vue/89921581f43493e6bbb617e63be267b6))
 + [多层循环](http://dotwe.org/vue/20a9681f9201ef1b7a68962fd9cb5eb5) ([普通 
list](http://dotwe.org/vue/8a961f87c6db8e0aa221748d037b6428))
 + [条件渲染 
`v-if`/`v-else`/`v-else-if`](http://dotwe.org/vue/a645db4b73bd7c1cde669f91c7f70f3a)
 ([普通 list](http://dotwe.org/vue/01a1ce5b9b868de7b0e4d193110471c8))


 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to