zydx-plus 1.32.309 → 1.32.310

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.32.309",
3
+ "version": "1.32.310",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -104,7 +104,7 @@ import {signId} from "./extend/sign-id";
104
104
  import {Contenteditable} from "./extend/contenteditable";
105
105
  import {titleId} from "./extend/title-id";
106
106
  import {dataUrl} from "./extend/data-url";
107
- import Mess from "@/components/tipBox";
107
+ import Mess from '../../tipBox/index'
108
108
 
109
109
  export default {
110
110
  name: 'zydx-editor',