diff --git a/website/docs/en-US/dialog.md b/website/docs/en-US/dialog.md index b8dfa44a97..5be3908b1a 100644 --- a/website/docs/en-US/dialog.md +++ b/website/docs/en-US/dialog.md @@ -44,6 +44,33 @@ Dialog pops up a dialog box, and it's quite customizable. } }; + ``` ::: @@ -129,6 +156,59 @@ The content of Dialog can be anything, even a table or a form. This example show } }; + ``` ::: @@ -167,6 +247,22 @@ If a Dialog is nested in another Dialog, `append-to-body` is required. } } + ``` ::: @@ -202,6 +298,21 @@ Dialog's content can be centered. } }; + ``` ::: @@ -245,6 +356,21 @@ When this is feature is enabled, the content under default slot will be destroye } }; + ``` :::tip diff --git a/website/docs/es/dialog.md b/website/docs/es/dialog.md index c234f921aa..d1a8d2196f 100644 --- a/website/docs/es/dialog.md +++ b/website/docs/es/dialog.md @@ -43,6 +43,33 @@ Dialog abre una caja de diálogo, y es bastante personalizable. } }; + ``` ::: @@ -131,6 +158,59 @@ El contenido del Diálogo puede ser cualquier cosa, incluso una tabla o un formu } }; + ``` ::: @@ -169,6 +249,22 @@ Si un diálogo está anidado en otro diálogo, se requiere append-to-body. } } + ``` ::: @@ -203,6 +299,21 @@ El contenido de Diálogo se puede centrar. } }; + ``` ::: @@ -246,6 +357,21 @@ When this is feature is enabled, the content under default slot will be destroye } }; + ``` diff --git a/website/docs/fr-FR/dialog.md b/website/docs/fr-FR/dialog.md index dc36511483..f38c953704 100644 --- a/website/docs/fr-FR/dialog.md +++ b/website/docs/fr-FR/dialog.md @@ -43,6 +43,33 @@ Le Dialog ouvre un modal personnalisable. } }; + ``` ::: @@ -129,6 +156,59 @@ Le contenu du modal peut être n'importe quoi, tableau ou formulaire compris. } }; + ``` ::: @@ -167,6 +247,22 @@ Si un Dialog est imbriqué dans un autre Dialog, `append-to-body` est requis. } } + ``` ::: @@ -202,6 +298,21 @@ Le contenu du modal peut être centré. } }; + ``` ::: @@ -245,6 +356,21 @@ When this is feature is enabled, the content under default slot will be destroye } }; + ``` diff --git a/website/docs/jp/dialog.md b/website/docs/jp/dialog.md index 57e6b742bd..a814e12fff 100644 --- a/website/docs/jp/dialog.md +++ b/website/docs/jp/dialog.md @@ -41,6 +41,33 @@ dialog はdialogボックスをポップアップ表示します。 } }; + ``` ::: @@ -126,6 +153,59 @@ dialog の内容は何でも構いません、テーブルやフォームであ } }; + ``` ::: @@ -162,6 +242,22 @@ dialog の内容は何でも構いません、テーブルやフォームであ } } + ``` ::: @@ -196,6 +292,21 @@ dialogの内容を中央揃えにすることができます。 } }; + ``` ::: @@ -240,6 +351,21 @@ When this is feature is enabled, the content under default slot will be destroye } }; + ``` diff --git a/website/docs/zh-CN/dialog.md b/website/docs/zh-CN/dialog.md index 30b08a4a35..71abc5c739 100644 --- a/website/docs/zh-CN/dialog.md +++ b/website/docs/zh-CN/dialog.md @@ -42,6 +42,35 @@ Dialog 弹出一个对话框,适合需要定制性更大的场景。 } }; + ``` ::: @@ -126,6 +155,59 @@ Dialog 组件的内容可以是任意的,甚至可以是表格或表单,下 } }; + ``` ::: @@ -162,6 +244,22 @@ Dialog 组件的内容可以是任意的,甚至可以是表格或表单,下 } } + ``` ::: @@ -198,6 +296,21 @@ Dialog 组件的内容可以是任意的,甚至可以是表格或表单,下 } }; + ``` ::: @@ -239,6 +352,21 @@ Dialog 的内容是懒渲染的,即在第一次被打开之前,传入的默 } }; + ```