-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
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 }); |
| const { url } = useCldImageUrl({ options, config }); |
What is Expected?
Some field values should be constrained to only some string values
What is actually happening?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working