zydx-plus 1.30.152 → 1.30.153

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.30.152",
3
+ "version": "1.30.153",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -98,7 +98,7 @@ export default {
98
98
  return `top:${this.y}px;left:${this.x}px;width:${this.footRightOffset}px;height:${this.footDownOffset}px;`;
99
99
  },
100
100
  },
101
- emits: ['dragStatus'],
101
+ emits: ['dragStatus','close'],
102
102
  methods: {
103
103
  disconnect() {
104
104
  this.$emit('dragStatus')
package/src/index.js CHANGED
@@ -71,7 +71,7 @@ function install(app) {
71
71
  }
72
72
 
73
73
  export default {
74
- version: '1.30.152',
74
+ version: '1.30.153',
75
75
  install,
76
76
  Calendar,
77
77
  Message,