diff --git a/website/docs/en-US/image.md b/website/docs/en-US/image.md index 97162ed44d..6df390f92f 100644 --- a/website/docs/en-US/image.md +++ b/website/docs/en-US/image.md @@ -144,7 +144,7 @@ Besides the native features of img, support lazy load, custom placeholder and lo | alt | Native alt | string | - | - | | referrer-policy | Native referrerPolicy | string | - | - | | lazy | Whether to use lazy load | boolean | — | false | -| scroll-container | The container to add scroll listener when using lazy load | string / HTMLElement Plus | — | The nearest parent container whose overflow property is auto or scroll | +| scroll-container | The container to add scroll listener when using lazy load | string / HTMLElement | — | The nearest parent container whose overflow property is auto or scroll | | preview-src-list | allow big image preview | Array | — | - | | z-index | set image preview z-index | Number | — | 2000 | diff --git a/website/docs/es/image.md b/website/docs/es/image.md index 0a63cb87f2..aac46c5c7d 100644 --- a/website/docs/es/image.md +++ b/website/docs/es/image.md @@ -146,7 +146,7 @@ Además de las características nativas de img, soporte de carga perezosa, marca | alt | alt nativo | string | - | - | | referrer-policy | referrerPolicy nativo | string | - | - | | lazy | si se usara lazy load | boolean | — | false | -| scroll-container | El contenedor para añadir el scroll listener cuando se utiliza lazy load | string / HTMLElement Plus | — | El contenedor padre más cercano cuya propiedad de desbordamiento es auto o scroll | +| scroll-container | El contenedor para añadir el scroll listener cuando se utiliza lazy load | string / HTMLElement | — | El contenedor padre más cercano cuya propiedad de desbordamiento es auto o scroll | | preview-src-list | permitir una vista previa grande de la imagen | Array | — | - | | z-index | establecer el z-index de la vista previa de la imagen | Number | — | 2000 | diff --git a/website/docs/fr-FR/image.md b/website/docs/fr-FR/image.md index 532610c54c..dfaae190f7 100644 --- a/website/docs/fr-FR/image.md +++ b/website/docs/fr-FR/image.md @@ -145,7 +145,7 @@ En plus des propriétés natives de img, ce composant supporte le lazy loading, | alt | Attribut alt natif.| string | - | - | | referrer-policy | Attribut referrerPolicy natif.| string | - | - | | lazy | Si le lazy loading doit être utilisé. | boolean | — | false | -| scroll-container | Le conteneur auquel ajouter le listener du scroll en mode lazy loading. | string / HTMLElement Plus | — | Le conteneur parent le plus proche avec la propriété overflow à auto ou scroll. | +| scroll-container | Le conteneur auquel ajouter le listener du scroll en mode lazy loading. | string / HTMLElement | — | Le conteneur parent le plus proche avec la propriété overflow à auto ou scroll. | | preview-src-list | allow big image preview | Array | — | - | | z-index | set image preview z-index | Number | — | 2000 | diff --git a/website/docs/zh-CN/image.md b/website/docs/zh-CN/image.md index 596c3c12ac..7d8a1a9f5f 100644 --- a/website/docs/zh-CN/image.md +++ b/website/docs/zh-CN/image.md @@ -144,7 +144,7 @@ | alt | 原生 alt | string | - | - | | referrer-policy | 原生 referrerPolicy | string | - | - | | lazy | 是否开启懒加载 | boolean | — | false | -| scroll-container | 开启懒加载后,监听 scroll 事件的容器 | string / HTMLElement Plus | — | 最近一个 overflow 值为 auto 或 scroll 的父元素 | +| scroll-container | 开启懒加载后,监听 scroll 事件的容器 | string / HTMLElement | — | 最近一个 overflow 值为 auto 或 scroll 的父元素 | | preview-src-list | 开启图片预览功能 | Array | — | - | | z-index | 设置图片预览的 z-index | Number | — | 2000 |