You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2017/03/16 08:59:25 UTC

[30/50] incubator-weex git commit: * [doc] Update weex-vue-render.js

* [doc] Update weex-vue-render.js


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/16ba1485
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/16ba1485
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/16ba1485

Branch: refs/heads/master
Commit: 16ba148532739ccfb9373763a32961706c225d74
Parents: 6e72a24
Author: Yun Dong <yu...@gmail.com>
Authored: Thu Mar 2 00:45:55 2017 +0800
Committer: Yun Dong <yu...@gmail.com>
Committed: Thu Mar 2 00:45:55 2017 +0800

----------------------------------------------------------------------
 doc/themes/weex/source/js/example.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/16ba1485/doc/themes/weex/source/js/example.js
----------------------------------------------------------------------
diff --git a/doc/themes/weex/source/js/example.js b/doc/themes/weex/source/js/example.js
index e87215e..43012c4 100644
--- a/doc/themes/weex/source/js/example.js
+++ b/doc/themes/weex/source/js/example.js
@@ -16,7 +16,7 @@
                 '}' +
               '</style>' +
               '<script src="https://unpkg.com/vue/dist/vue.runtime.js"></script>' +
-              '<script src="https://unpkg.com/weex-vue-render/index.js"></script>' +
+              '<script src="https://unpkg.com/weex-vue-render@0.10.0/dist/index.min.js"></script>' +
             '</head>' +
             '<body>' +
               '<div id="root"></div>' +