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

Upgrade to vue 3 component #20

Closed tolgap closed 2 years ago

tolgap commented 3 years ago

Vue 3 has a number of changes:

Fixes #18

hturnbull93 commented 2 years ago

Hi there @tolgap ! I hope you are well.

Now that Vue3 is released, shall this be merged and released?

It appears to work fine with my Vue3/Nuxt3 project, though it does suffer from faulty ESM export as described in this issue (though this is minor, I can import the cjs)

tolgap commented 2 years ago

@hturnbull93 thanks for reminding me! Released as 3.0.0 🎉 .

hturnbull93 commented 2 years ago

@tolgap Thank you :)