You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/13 02:32:00 UTC

[06/23] incubator-weex git commit: * [html5] update

* [html5] update


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

Branch: refs/heads/0.12-dev
Commit: b7b81f3e52822036f64ca6b27c6b0bbc0c64925f
Parents: 747b70c
Author: MrRaindrop <te...@gmail.com>
Authored: Thu Apr 6 15:50:15 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Thu Apr 6 15:50:15 2017 +0800

----------------------------------------------------------------------
 vue.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/b7b81f3e/vue.html
----------------------------------------------------------------------
diff --git a/vue.html b/vue.html
index 5e931dd..c33af50 100644
--- a/vue.html
+++ b/vue.html
@@ -45,13 +45,13 @@
     }
   </style>
 
-  <!-- <script src="./node_modules/vue/dist/vue.runtime.min.js"></script> -->
+  <script src="./node_modules/vue/dist/vue.runtime.min.js"></script>
   <!-- <script src="./node_modules/vue/dist/vue.runtime.js"></script> -->
-  <script src="dist/vue.runtime.js"></script>
+  <!-- <script src="dist/vue.runtime.js"></script> -->
   <!-- <script src="./node_modules/weex-vue-render/index.min.js"></script> -->
-  <script src="./packages/weex-vue-render/dist/index.js"></script>
+  <!-- <script src="./packages/weex-vue-render/dist/index.js"></script> -->
   <!-- <script src="//unpkg.com/weex-vue-render@0.11.2/dist/index.js"></script> -->
-  <!-- <script src="./packages/weex-vue-render/dist/index.min.js"></script> -->
+  <script src="./packages/weex-vue-render/dist/index.min.js"></script>
 </head>
 <body>
   <div id="root"></div>