dimakorotkov / tinymce-mathjax

Tinymce plugin for MathJax
40 stars 19 forks source link

How to add to tinymce-vue ? #7

Open chenbingchang opened 3 years ago

chenbingchang commented 3 years ago

I try to add this plugin to tinymce-vue,but I know't how to do it !

chenbingchang commented 3 years ago

I find a error:

vue.runtime.esm.js:619 [Vue warn]: Error in deactivated hook: "TypeError: Cannot read properties of null (reading 'MathJax')"

found in

--->

at src/components/common/TinymceEditor.vue at src/views/StrategyExplain.vue at src/App.vue vue.runtime.esm.js:1888 TypeError: Cannot read properties of null (reading 'MathJax') at Editor. (plugin.js:101) at EventDispatcher.fire (tinymce.js:27512) at Editor.fire (tinymce.js:27617) at addUndoLevel (tinymce.js:17306) at Object.addUndoLevel (tinymce.js:17407) at addUndoLevel$1 (tinymce.js:17630) at Object.add (tinymce.js:21316) at Editor.addNonTypingUndoLevel (tinymce.js:21208) at EventDispatcher.fire (tinymce.js:27512) at Editor.fire (tinymce.js:27617)