zydx-plus 1.18.84 → 1.18.85

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.18.84",
3
+ "version": "1.18.85",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -120,7 +120,7 @@ export default {
120
120
  },
121
121
  editorShow: {
122
122
  type: Boolean,
123
- default: false
123
+ default: true
124
124
  }
125
125
  },
126
126
  emits: ['see','complete','update:data'],
@@ -64,7 +64,12 @@ export default {
64
64
  default: 0
65
65
  }
66
66
  },
67
- methods: {
67
+ watch: {
68
+ actives(val) {
69
+ this.active = val
70
+ }
71
+ },
72
+ methods: {
68
73
  del(data) {
69
74
  this.$emit('del',data)
70
75
  },
package/src/index.js CHANGED
@@ -55,7 +55,7 @@ function install(app) {
55
55
  }
56
56
 
57
57
  export default {
58
- version: '1.18.84',
58
+ version: '1.18.85',
59
59
  install,
60
60
  Calendar,
61
61
  Message,