@dolphinweex/weex-vue-render 0.2.66 → 0.2.67

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.
@@ -5825,10 +5825,12 @@ function getImage(weex) {
5825
5825
  render: function render(createElement) {
5826
5826
  return createElement("figure", {
5827
5827
  attrs: {
5828
+ ...this.$attrs,
5828
5829
  "weex-type": "img",
5829
5830
  src: this.checkTrim(this.src),
5830
5831
  },
5831
5832
  on: {
5833
+ ...this.$listeners,
5832
5834
  weex$tap: this.handleClick,
5833
5835
  },
5834
5836
  staticClass: "weex-image weex-el",
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.66"
52
+ "version": "0.2.67"
53
53
  }