Skip to content

UBlogPost: Provide the "provider" as an NuxtImg prop #5276

@simonmaass

Description

@simonmaass

Environment

Nuxt 4.1.3
Nuxt/ui: 4.0.1

Is this bug related to Nuxt or Vue?

Nuxt

Package

v4.x

Version

v4.0.1

Reproduction

Error: Object literal may only specify known properties, and 'provider' does not exist in type 'Partial'.ts-plugin(2353)

Description

When using UBlogPost i would like to give a provider prop for the NuxtImg

<UBlogPost
    :image="{
      src: data.image.url || '',
      alt: data.image.alt || '',
      provider: xxx,
      height: 400,
      width: 600
    }"
  />

Additional context

No response

Logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriageAwaiting initial review and prioritizationv4#4488

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions