zydx-plus 1.33.336 → 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 +1 -1
- package/src/components/editor/src/editor.vue +2 -2
- package/src/components/editor2/src/editor.vue +1 -1
- package/src/components/seek/src/word.vue +1 -1
- package/src/components/tagging/src/tagging.vue +1 -1
- package/src/components/word/src/word.vue +1 -1
- package/src/components/word2/src/word.vue +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
|
@@ -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 '
|
|
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 '
|
|
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'
|