From 56d9641791f69628b69151c1c5cbd8d6b3d85b86 Mon Sep 17 00:00:00 2001 From: "Xing.Wu" <329106954@qq.com> Date: Tue, 8 Jun 2021 13:33:55 +0800 Subject: [PATCH] feat(docs): image code for composition (#2157) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 无星 <32910694@qq.com> --- website/docs/en-US/image.md | 82 +++++++++++++++++++++++++++++++++++++ website/docs/es/image.md | 82 +++++++++++++++++++++++++++++++++++++ website/docs/fr-FR/image.md | 82 +++++++++++++++++++++++++++++++++++++ website/docs/jp/image.md | 82 +++++++++++++++++++++++++++++++++++++ website/docs/zh-CN/image.md | 82 +++++++++++++++++++++++++++++++++++++ 5 files changed, 410 insertions(+) diff --git a/website/docs/en-US/image.md b/website/docs/en-US/image.md index f66a20c7f8..035dc7947b 100644 --- a/website/docs/en-US/image.md +++ b/website/docs/en-US/image.md @@ -25,6 +25,25 @@ Besides the native features of img, support lazy load, custom placeholder and lo } } + ``` ::: @@ -58,6 +77,23 @@ Besides the native features of img, support lazy load, custom placeholder and lo } } + ``` ::: @@ -109,6 +145,30 @@ Besides the native features of img, support lazy load, custom placeholder and lo } } + ``` ::: @@ -137,6 +197,28 @@ Besides the native features of img, support lazy load, custom placeholder and lo } } + ``` ::: diff --git a/website/docs/es/image.md b/website/docs/es/image.md index 5c50c1e93d..7cc02d6390 100644 --- a/website/docs/es/image.md +++ b/website/docs/es/image.md @@ -26,6 +26,25 @@ Además de las características nativas de img, soporte de carga perezosa, marca } } + ``` ::: @@ -59,6 +78,23 @@ Además de las características nativas de img, soporte de carga perezosa, marca } } + ``` ::: @@ -111,6 +147,30 @@ Además de las características nativas de img, soporte de carga perezosa, marca } } + ``` ::: @@ -139,6 +199,28 @@ Además de las características nativas de img, soporte de carga perezosa, marca } } + ``` ::: diff --git a/website/docs/fr-FR/image.md b/website/docs/fr-FR/image.md index ffea6dece5..6334202d76 100644 --- a/website/docs/fr-FR/image.md +++ b/website/docs/fr-FR/image.md @@ -26,6 +26,25 @@ En plus des propriétés natives de img, ce composant supporte le lazy loading, } } + ``` ::: @@ -59,6 +78,23 @@ En plus des propriétés natives de img, ce composant supporte le lazy loading, } } + ``` ::: @@ -110,6 +146,30 @@ En plus des propriétés natives de img, ce composant supporte le lazy loading, } } + ``` ::: @@ -138,6 +198,28 @@ En plus des propriétés natives de img, ce composant supporte le lazy loading, } } + ``` ::: diff --git a/website/docs/jp/image.md b/website/docs/jp/image.md index 0a2ba64756..524fbdb3f0 100644 --- a/website/docs/jp/image.md +++ b/website/docs/jp/image.md @@ -25,6 +25,25 @@ imgのネイティブ機能の他に、遅延ロード、カスタムプレー } } + ``` ::: @@ -58,6 +77,23 @@ imgのネイティブ機能の他に、遅延ロード、カスタムプレー } } + ``` ::: @@ -109,6 +145,30 @@ imgのネイティブ機能の他に、遅延ロード、カスタムプレー } } + ``` ::: @@ -137,6 +197,28 @@ imgのネイティブ機能の他に、遅延ロード、カスタムプレー } } + ``` ::: diff --git a/website/docs/zh-CN/image.md b/website/docs/zh-CN/image.md index f86c433214..e7bc9d2a8f 100644 --- a/website/docs/zh-CN/image.md +++ b/website/docs/zh-CN/image.md @@ -25,6 +25,25 @@ } } + ``` ::: @@ -58,6 +77,23 @@ } } + ``` ::: @@ -109,6 +145,30 @@ } } + ``` ::: @@ -137,6 +197,28 @@ } } + ``` :::