nuxt-modules / cloudinary

Cloudinary Module for Nuxt
https://cloudinary.nuxtjs.org
MIT License
249 stars 34 forks source link

Typescript error in CldOgImage.vue #147

Closed jbmolle closed 1 year ago

jbmolle commented 1 year ago

Version

@nuxtjs/cloudinary: v2.3.2 nuxt: v3.6.5

Steps to reproduce

Add CldOgImage to a Nuxt component / page.

What is Expected?

It should work without any Typescript error.

What is actually happening?

Typescript error: Property 'meta' does not exist on type 'Ref'

Baroshem commented 1 year ago

Thank you @jbmolle 💚