paramander / contentful-rich-text-vue-renderer

Render Contentful Rich Text field using Vue
https://www.npmjs.com/package/contentful-rich-text-vue-renderer
MIT License
38 stars 12 forks source link

Vue 3 #18

Closed michalpaukert closed 3 years ago

michalpaukert commented 3 years ago

Will this package support Vue3?

tolgap commented 3 years ago

Seems like there were significant changes to functional components in Vue 3. As in, functional components are removed.

This will need a breaking update. I'll try looking into this on a weekend.

tolgap commented 3 years ago

I have just releases v3.0.0-rc.0 for Vue 3 support. Please give it a try and if there are any issues, please open a new issue so this one doesn't fill up with multiple/various issues.

It's a pre-release so I wouldn't recommend immediately dropping it into a production codebase and deploying it.