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

[11/12] incubator-weex git commit: * [html5] add notes for vue.html

* [html5] add notes for vue.html


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

Branch: refs/heads/0.16-dev
Commit: 6be9c36af898da42b476324f9f1e209f56194902
Parents: 10cd633
Author: erha19 <fa...@gmail.com>
Authored: Thu Aug 3 15:53:59 2017 +0800
Committer: erha19 <fa...@gmail.com>
Committed: Thu Aug 3 15:53:59 2017 +0800

----------------------------------------------------------------------
 vue.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/6be9c36a/vue.html
----------------------------------------------------------------------
diff --git a/vue.html b/vue.html
index 3594474..aa8b353 100644
--- a/vue.html
+++ b/vue.html
@@ -53,7 +53,9 @@
   <!--<script src="./dist/render.vue.js"></script>-->
   <!--<script src="./dist/render.vue.min.js"></script>-->
   <!--<script src="./packages/weex-vue-render/dist/index.min.js"></script>-->
-   <script src="./node_modules/@weex-project/weex-picker/js/build/index.js"></script>
+
+  <!--This line is only used to run weex-picker example,you can remove this line when you do not need weex-picker module-->
+  <script src="./node_modules/@weex-project/weex-picker/js/build/index.js"></script>
 </head>
 <body>
   <div id="root"></div>