Repository: incubator-weex-site Updated Branches: refs/heads/master 56ab8228b -> d69f8bd28
Update extend-android.md fix extend-android.md Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/d69f8bd2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/d69f8bd2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/d69f8bd2 Branch: refs/heads/master Commit: d69f8bd28209e61f9cc828f593f6a53bd08301e7 Parents: 56ab822 Author: å¥è¯è½© <[email protected]> Authored: Tue Jan 30 20:55:00 2018 +0800 Committer: GitHub <[email protected]> Committed: Tue Jan 30 20:55:00 2018 +0800 ---------------------------------------------------------------------- source/cn/guide/extend-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/d69f8bd2/source/cn/guide/extend-android.md ---------------------------------------------------------------------- diff --git a/source/cn/guide/extend-android.md b/source/cn/guide/extend-android.md index 3301f4c..7c42754 100644 --- a/source/cn/guide/extend-android.md +++ b/source/cn/guide/extend-android.md @@ -128,7 +128,7 @@ JS è°ç¨å¦ä¸ï¼ ```html <template> - <mycomponent id='mycomponent'></mycomponent> + <mycomponent ref='mycomponent'></mycomponent> </template> <script> module.exports = {
