Skip to content

data-* does not exist in type ImgHTMLAttributes #2013

@dreitzner

Description

@dreitzner

First of all: Thank you for the great typescript update in v2.0 🥳

I discoverd a typescript issue when trying to add a data attribute to img-attrs for <NuxtPicture />

Example:

<nuxt-picture
  :src="src"
  :img-attrs="{
    'data-test': 'test',
  }" />

Produces following TS Error:

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions