]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
feat(types): add loading prop to iframe (#11767)
authorchirokas <157580465+chirokas@users.noreply.github.com>
Mon, 2 Sep 2024 09:10:14 +0000 (17:10 +0800)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 09:10:14 +0000 (17:10 +0800)
packages/runtime-dom/src/jsx.ts

index 0c86434e9c78a4a484be7ddc9f976684819b7fb7..4b67f16a97e02a4a65c6f98f69e8c600ffb5257c 100644 (file)
@@ -453,6 +453,7 @@ export interface IframeHTMLAttributes extends HTMLAttributes {
   /** @deprecated */
   frameborder?: Numberish
   height?: Numberish
+  loading?: 'eager' | 'lazy'
   /** @deprecated */
   marginheight?: Numberish
   /** @deprecated */