zydx-plus 1.33.394 → 1.33.395

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.394",
3
+ "version": "1.33.395",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -613,7 +613,6 @@ import MarginNarrow from "../src/margin-narrow.vue";
613
613
  import MarginStandard from "../src/margin-standard.vue";
614
614
  import MarginWide from "../src/margin-wide.vue";
615
615
  import isSelect from "../src/isSelect.vue";
616
- import {block} from "html-to-text/lib/formatter";
617
616
 
618
617
  const img = require('./image/annotation.png')
619
618
  export default {
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.394',
86
+ version: '1.33.395',
87
87
  install,
88
88
  Calendar,
89
89
  Message,