zydx-plus 1.28.136 → 1.28.137

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.28.136",
3
+ "version": "1.28.137",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -113,7 +113,7 @@ MindMap.usePlugin(Drag).usePlugin(AssociativeLine).usePlugin(Export)
113
113
 
114
114
  export default {
115
115
  components: {Select,Coloring},
116
- name: "jsmind",
116
+ name: "zydx-mind",
117
117
  data() {
118
118
  return {
119
119
  mindMap: null,
package/src/index.js CHANGED
@@ -67,7 +67,7 @@ function install(app) {
67
67
  }
68
68
 
69
69
  export default {
70
- version: '1.28.136',
70
+ version: '1.28.137',
71
71
  install,
72
72
  Calendar,
73
73
  Message,