Skip to content

[Vue] Breakpoints attribute seems to be leaking to img node #795

@dbismut

Description

@dbismut

Hi, thanks for this wonderful package!

Describe the bug
The breakpoints attribute leaks to the img node in Vue.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://stackblitz.com/edit/vitejs-vite-qwwlj8bp?file=package.json,src%2FApp.vue&terminal=dev
  2. Inspect img node
  3. See the breakpoints attribute in the DOM

Expected behavior
Breakpoints shouldn't leak to the img node.

Screenshots
Image

I might be wrong, but breakpoints seem to be missing from the typescript props, hence the leaking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions