donotebase / quasar-tiptap

A modern WYSIWYG rich-text editor built on top of tiptap and Quasar for Vue.js.
https://donotebase.github.io/quasar-tiptap
MIT License
310 stars 61 forks source link

Error in mounted hook: "RangeError: Adding different instances of a keyed plugin (plugin$3)" #69

Open alex901226 opened 3 years ago

alex901226 commented 3 years ago

RangeError: Adding different instances of a keyed plugin (plugin$3) at eval (index.es.js?17ad:761) at Array.forEach () at new Configuration (index.es.js?17ad:759) at Function.create (index.es.js?17ad:897) at Editor.createState (tiptap.esm.js?6ce5:726) at Editor.createView (tiptap.esm.js?6ce5:798) at Editor.init (tiptap.esm.js?6ce5:629) at new Editor (tiptap.esm.js?6ce5:608) at VueComponent.initEditor (quasar-tiptap.esm.js?e99f:26910) at VueComponent.mounted (quasar-tiptap.esm.js?e99f:27094)

我的环境里面运行不了编辑器的,启动就会出现这个异常