zydx-plus 1.33.427 → 1.33.428

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.33.427",
3
+ "version": "1.33.428",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -146,7 +146,7 @@ export default {
146
146
  this.styleProps('text', 'color').defaultValue = v?.color ?? 'black'
147
147
  this.styleProps('text', 'size').defaultValue = v?.size ?? 'm'
148
148
  this.styleProps('text', 'font').defaultValue = v?.font ?? 'draw' //['draw', 'sans', 'serif', 'mono']
149
- this.styleProps('text', 'align').defaultValue = v?.align ?? 'start'
149
+ // this.styleProps('text', 'align').defaultValue = v?.align ?? 'start'
150
150
  editorAPP.setCurrentTool('text')
151
151
  },
152
152
  note(v) {
@@ -13,7 +13,7 @@ export default {
13
13
  data() {
14
14
  return {
15
15
  actives: 0,
16
- heiStart: false,
16
+ heiStart: true,
17
17
  id: null
18
18
  }
19
19
  },
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.427',
86
+ version: '1.33.428',
87
87
  install,
88
88
  Calendar,
89
89
  Message,