rax-image
Advanced tools
Comparing version 1.0.0-miniapp.beta.1 to 1.0.0-miniapp.beta.2
@@ -0,1 +1,3 @@ | ||
import fmtEvent from '../_util/fmtEvent'; | ||
Component({ | ||
@@ -8,6 +10,12 @@ data: {}, | ||
uri: "" | ||
} | ||
}, | ||
onClick: function onClick() {} | ||
}, | ||
didMount: function didMount() {}, | ||
methods: {} | ||
methods: { | ||
onClick: function onClick(e) { | ||
var event = fmtEvent(this.props, e); | ||
this.props.onClick(event); | ||
} | ||
} | ||
}); |
{ | ||
"name": "rax-image", | ||
"version": "1.0.0-miniapp.beta.1", | ||
"version": "1.0.0-miniapp.beta.2", | ||
"description": "Image component for Rax.", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19513
131