* [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 <[email protected]> Authored: Thu Mar 2 00:45:55 2017 +0800 Committer: Yun Dong <[email protected]> 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/[email protected]/dist/index.min.js"></script>' + '</head>' + '<body>' + '<div id="root"></div>' +
