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/03/31 07:28:54 UTC

[19/50] [abbrv] 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/6e4a0b4d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/6e4a0b4d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/6e4a0b4d

Branch: refs/heads/0.12-dev
Commit: 6e4a0b4d5e463b6863729cce617b44388f7921da
Parents: e7470ce
Author: MrRaindrop <te...@gmail.com>
Authored: Thu Mar 23 22:57:49 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Thu Mar 23 22:57:49 2017 +0800

----------------------------------------------------------------------
 html5/render/vue/mixins/base.js       | 2 +-
 packages/weex-vue-render/package.json | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/6e4a0b4d/html5/render/vue/mixins/base.js
----------------------------------------------------------------------
diff --git a/html5/render/vue/mixins/base.js b/html5/render/vue/mixins/base.js
index 71d9034..f131d73 100644
--- a/html5/render/vue/mixins/base.js
+++ b/html5/render/vue/mixins/base.js
@@ -24,7 +24,7 @@ function watchLazyload () {
 }
 
 let warned = false
-const notePage = 'https://gist.github.com/MrRaindrop/5a805a067146609e5cfd4d64d775d693#file-weex-vue-render-config-for-vue-loader-js-L2-L16'
+const notePage = 'https://gist.github.com/MrRaindrop/5a805a067146609e5cfd4d64d775d693#file-weex-vue-render-config-for-vue-loader-js'
 function warnProcessStyle () {
   if (!warned) {
     warned = true

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/6e4a0b4d/packages/weex-vue-render/package.json
----------------------------------------------------------------------
diff --git a/packages/weex-vue-render/package.json b/packages/weex-vue-render/package.json
index 662d68d..5652835 100644
--- a/packages/weex-vue-render/package.json
+++ b/packages/weex-vue-render/package.json
@@ -23,6 +23,7 @@
     "core-js": "^2.4.1",
     "envd": "^0.1.1",
     "httpurl": "^0.1.1",
-    "query-string": "^4.3.2"
+    "query-string": "^4.3.2",
+    "inline-style-prefixer": "^3.0.2"
   }
 }