zydx-plus 1.33.337 → 1.33.338

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.337",
3
+ "version": "1.33.338",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -122,7 +122,7 @@ import {Contenteditable} from "./extend/contenteditable";
122
122
  import {titleId} from "./extend/title-id";
123
123
  import {dataUrl} from "./extend/data-url";
124
124
  import Mess from '../../tipBox/index'
125
- import svgs from "@/components/editor2/src/level.vue";
125
+ import svgs from "../../editor2/src/level.vue";
126
126
  import Recorder from 'js-audio-recorder'
127
127
 
128
128
  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.337',
86
+ version: '1.33.338',
87
87
  install,
88
88
  Calendar,
89
89
  Message,