zydx-plus 1.33.335 → 1.33.337

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.335",
3
+ "version": "1.33.337",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -25,7 +25,6 @@
25
25
  "snabbdom": "^3.5.1",
26
26
  "katex": "^0.15.6",
27
27
  "simple-mind-map": "^0.9.6",
28
- "html2json": "^1.0.2",
29
28
  "@tiptap/starter-kit": "^2.0.3",
30
29
  "@tiptap/vue-3": "^2.0.3",
31
30
  "@tiptap/extension-bubble-menu": "^2.1.0",
@@ -102,7 +102,7 @@
102
102
  <script>
103
103
  import exportWord from 'js-export-word'
104
104
  import mammoth from './mammoth.browser.min'
105
- import {html2json, json2html} from '@/components/utils/html2json.js'
105
+ import {html2json, json2html} from '../../utils/html2json.js'
106
106
  import {butJson} from './butJson'
107
107
  import {Editor, EditorContent} from '@tiptap/vue-3'
108
108
  import StarterKit from '@tiptap/starter-kit'
@@ -1105,7 +1105,7 @@ export default {
1105
1105
  this.ws = null
1106
1106
  this.recorder.stop() // 停止录音
1107
1107
  this.recorder.destroy()
1108
- },
1108
+ },
1109
1109
  voice() {
1110
1110
  this.voiceOpen = !this.voiceOpen
1111
1111
  this.limits = false
@@ -99,7 +99,7 @@
99
99
  </template>
100
100
  <script>
101
101
  import Recorder from 'js-audio-recorder'
102
- import {html2json, json2html} from '@/components/utils/html2json.js'
102
+ import {html2json, json2html} from '../../utils/html2json.js'
103
103
  import {Editor, EditorContent} from '@tiptap/vue-3'
104
104
  import StarterKit from '@tiptap/starter-kit'
105
105
  import Image from '@tiptap/extension-image'
@@ -45,7 +45,7 @@
45
45
  </template>
46
46
 
47
47
  <script>
48
- import {html2json, json2html} from '@/components/utils/html2json.js'
48
+ import {html2json, json2html} from '../../utils/html2json.js'
49
49
  import svgs from './icon.vue'
50
50
 
51
51
  export default {
@@ -61,7 +61,7 @@
61
61
  </template>
62
62
 
63
63
  <script>
64
- import {html2json, json2html} from '@/components/utils/html2json.js'
64
+ import {html2json, json2html} from '../../utils/html2json.js'
65
65
  import zydxTextarea from "../../textarea/src/textarea"
66
66
  import Range from "./range";
67
67
 
@@ -130,7 +130,7 @@
130
130
  </template>
131
131
 
132
132
  <script>
133
- import {html2json, json2html} from '@/components/utils/html2json.js'
133
+ import {html2json, json2html} from '../../utils/html2json.js'
134
134
  import svgs from './icon.vue'
135
135
 
136
136
  export default {
@@ -33,7 +33,7 @@
33
33
 
34
34
  <script>
35
35
  import exportWord from 'js-export-word'
36
- import {html2json, json2html} from '@/components/utils/html2json.js'
36
+ import {html2json, json2html} from '../../utils/html2json.js'
37
37
 
38
38
 
39
39
  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.335',
86
+ version: '1.33.337',
87
87
  install,
88
88
  Calendar,
89
89
  Message,