mirror of https://github.com/vuejs/core.git
fix(types/jsx): add missing loading attr for img element (#6160)
This commit is contained in:
parent
381b4977af
commit
68d6b43f7e
|
@ -457,6 +457,7 @@ export interface ImgHTMLAttributes extends HTMLAttributes {
|
|||
srcset?: string
|
||||
usemap?: string
|
||||
width?: Numberish
|
||||
loading?: 'lazy' | 'eager'
|
||||
}
|
||||
|
||||
export interface InsHTMLAttributes extends HTMLAttributes {
|
||||
|
|
Loading…
Reference in New Issue