Version
@nuxtjs/cloudinary 2.5.1-2.7.0
nuxt: 3.11.1
Reproduction Link
https://github.com/nuxt-modules/cloudinary/blob/main/src/runtime/components/CldImage.vue
Steps to reproduce
You can run a typecheck in a project using CldImage
or
intellisense will highlight an error in https://github.com/nuxt-modules/cloudinary/blob/main/src/runtime/components/CldImage.vue
at
|
const { url } = useCldImageUrl({ options, config }); |
and
|
const { url } = useCldImageUrl({ options, config }); |
What is Expected?
Some field values should be constrained to only some string values
What is actually happening?
Version
@nuxtjs/cloudinary 2.5.1-2.7.0
nuxt: 3.11.1
Reproduction Link
https://github.com/nuxt-modules/cloudinary/blob/main/src/runtime/components/CldImage.vue
Steps to reproduce
You can run a typecheck in a project using CldImage
or
intellisense will highlight an error in https://github.com/nuxt-modules/cloudinary/blob/main/src/runtime/components/CldImage.vue
at
cloudinary/src/runtime/components/CldImage.vue
Line 116 in e2d04a3
cloudinary/src/runtime/components/CldImage.vue
Line 154 in e2d04a3
What is Expected?
Some field values should be constrained to only some string values
What is actually happening?