@dolphinweex/weex-vue-render 0.2.77 → 0.2.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5827,7 +5827,6 @@ function getImage(weex) {
5827
5827
  if (!url || url === 'undefined') {
5828
5828
  return '';
5829
5829
  }
5830
- url = url.replace(/\s+/g, '')
5831
5830
  // 编码空格与括号,避免 CSS url() 与资源解析失败
5832
5831
  if (url.includes(' ') || url.includes('(') || url.includes(')')) {
5833
5832
  let processed = url.replace(/\s/g, match => encodeURIComponent(match));
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  "type": "git",
50
50
  "url": "git+ssh://git@github.com/weexteam/weex-vue-render.git"
51
51
  },
52
- "version": "0.2.77"
52
+ "version": "0.2.78"
53
53
  }