Skip to content

type issue in CldImage #203

@huang-julien

Description

@huang-julien

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions