tianheng-ui 0.0.37 → 0.0.38

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,7 +1,7 @@
1
1
  {
2
2
  "name": "tianheng-ui",
3
3
  "description": "A Vue.js project",
4
- "version": "0.0.37",
4
+ "version": "0.0.38",
5
5
  "author": "shu lang <403732931@qq.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -121,8 +121,8 @@ export default {
121
121
  this.loadingDel = false;
122
122
  this.pop = false;
123
123
  },
124
- handleClick(item) {
125
- this.$emit("on-click", item);
124
+ handleClick(item, callback) {
125
+ this.$emit("on-click", item, callback);
126
126
  },
127
127
  handleDelete(item) {
128
128
  this.loadingDel = true;