@dolphinweex/weex-vue-render 0.2.53 → 0.2.54

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.
@@ -5628,6 +5628,7 @@ function getImage(weex) {
5628
5628
  },
5629
5629
  created: function created() {
5630
5630
  // this.currentSrc = this.src;
5631
+ this.loadImage();
5631
5632
  },
5632
5633
 
5633
5634
  mounted: function () {
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.53"
52
+ "version": "0.2.54"
53
53
  }