@dolphinweex/weex-vue-render 0.2.91 → 0.2.92

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