zydx-plus 1.35.616 → 1.35.617

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.35.616",
3
+ "version": "1.35.617",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -119,6 +119,7 @@ import Mess from '../../tipBox/index'
119
119
  let stayTime = 0
120
120
  let timer = null
121
121
  export default {
122
+ name: 'zydx-paint',
122
123
  components: {Sketchpad, dragPopup2},
123
124
  data() {
124
125
  return {
package/src/index.js CHANGED
@@ -87,7 +87,7 @@ function install(app) {
87
87
  }
88
88
 
89
89
  export default {
90
- version: '1.35.616',
90
+ version: '1.35.617',
91
91
  install,
92
92
  Calendar,
93
93
  Message,