@dolphinweex/weex-vue-render 0.2.91 → 0.2.93

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.
@@ -5910,7 +5910,7 @@ function getImage(weex) {
5910
5910
  staticStyle: {
5911
5911
  backgroundImage: displaySrc ? `url(${this.checkTrim(displaySrc)})` : '',
5912
5912
  backgroundSize: this.resize || "stretch",
5913
- backgroundRepeat: "no-repeat",
5913
+ backgroundRepeat: "no-repeat"
5914
5914
  },
5915
5915
  });
5916
5916
  },
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.91"
52
+ "version": "0.2.93"
53
53
  }