tiptap-extensions icon indicating copy to clipboard operation
tiptap-extensions copied to clipboard

Not working in Vue2

Open DishantDesai opened this issue 1 year ago • 2 comments

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?

DishantDesai avatar Oct 22 '22 15:10 DishantDesai

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!

soudis avatar Nov 07 '22 16:11 soudis

Thanks for your feedback ! Can you provide a Minimal Reproducible Example?

leonard-henriquez avatar Nov 07 '22 16:11 leonard-henriquez