tiptap-extensions
tiptap-extensions copied to clipboard
Not working in Vue2
I am not able to use any commands of extension in vue app. Is this extension only compatible with React apps? It gives me
TypeError: this.editor.chain(...).focus(...).setColumns is not a function
Can you please help me with these?
same here, using React though. I tried to integrate the plugin into the tiptap extension for strapi, here's my fork (https://github.com/soudis/strapi-tiptap-editor)
I added the Extension to the extension array of the tiptap component and added the call to setColumns to the Toolbar and got the same error as above. Do you have any clue?
Thank you so much for your work!
Thanks for your feedback ! Can you provide a Minimal Reproducible Example?