@aochuang/common 1.0.134 → 1.0.135

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.
@@ -218,6 +218,7 @@ export default {
218
218
  const clickFn = getImageClickFn()
219
219
  if (clickFn) {
220
220
  clickFn({
221
+ alt: this.alt,
221
222
  src: formatOssPath(this.source)
222
223
  })
223
224
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aochuang/common",
3
- "version": "1.0.134",
3
+ "version": "1.0.135",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "publishConfig": {