mirror of https://github.com/vuejs/core.git
feat(types): add loading prop to iframe (#11767)
This commit is contained in:
parent
c756da24b2
commit
d86fe0ec00
|
@ -453,6 +453,7 @@ export interface IframeHTMLAttributes extends HTMLAttributes {
|
|||
/** @deprecated */
|
||||
frameborder?: Numberish
|
||||
height?: Numberish
|
||||
loading?: 'eager' | 'lazy'
|
||||
/** @deprecated */
|
||||
marginheight?: Numberish
|
||||
/** @deprecated */
|
||||
|
|
Loading…
Reference in New Issue