zydx-plus 1.32.281 → 1.32.282

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.32.281",
3
+ "version": "1.32.282",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -275,7 +275,7 @@ export default {
275
275
  this.$emit('del', d)
276
276
  return
277
277
  }
278
- e.onClick(e)
278
+ e.onClick(e,d)
279
279
  },
280
280
  init() {
281
281
  this.value = JSON.parse(JSON.stringify(this.data))
package/src/index.js CHANGED
@@ -79,7 +79,7 @@ function install(app) {
79
79
  }
80
80
 
81
81
  export default {
82
- version: '1.32.281',
82
+ version: '1.32.282',
83
83
  install,
84
84
  Calendar,
85
85
  Message,