diff --git a/website/docs/en-US/drawer.md b/website/docs/en-US/drawer.md index bd2aab78b3..c90c5f1333 100644 --- a/website/docs/en-US/drawer.md +++ b/website/docs/en-US/drawer.md @@ -279,6 +279,7 @@ Drawer provides an API called `destroyOnClose`, which is a flag variable that in | title | Drawer's title, can also be set by named slot, detailed descriptions can be found in the slot form | string | — | — | | model-value / v-model | Should Drawer be displayed | boolean | — | false | | withHeader | Flag that controls the header section's existance, default to true, when withHeader set to false, both `title attribute` and `title slot` won't work | boolean | - | true | +| modal-class | Extra class names for shadowing layer | string | - | - | ### Drawer Slots diff --git a/website/docs/es/drawer.md b/website/docs/es/drawer.md index 3035105f99..d2bf8b1a74 100644 --- a/website/docs/es/drawer.md +++ b/website/docs/es/drawer.md @@ -279,6 +279,7 @@ El Drawer proporciona una API llamada "destroyOnClose", que es una variable de b | title | El título del Drawer, también se puede establecer por slot con nombre, las descripciones detalladas se pueden encontrar en el formulario de slot. | string | — | — | | model-value / v-model | Si se muestra el Drawer | boolean | — | false | | withHeader | Flag that controls the header section's existance, default to true, when withHeader set to false, both `title attribute` and `title slot` won't work | boolean | - | true | +| modal-class | Nombre extra de clase para capa de sombra | string | - | - | ### Drawer Slot's diff --git a/website/docs/fr-FR/drawer.md b/website/docs/fr-FR/drawer.md index a87a1e0ca5..f50a3a02b6 100644 --- a/website/docs/fr-FR/drawer.md +++ b/website/docs/fr-FR/drawer.md @@ -278,6 +278,7 @@ Drawer provides an API called `destroyOnClose`, which is a flag variable that in | title | Drawer's title, can also be set by named slot, detailed descriptions can be found in the slot form | string | — | — | | model-value / v-model | Should Drawer be displayed | boolean | — | false | | withHeader | Flag that controls the header section's existance, default to true, when withHeader set to false, both `title attribute` and `title slot` won't work | boolean | - | true | +| modal-class | Extra class names for shadowing layer | string | - | - ### Drawer Slot diff --git a/website/docs/jp/drawer.md b/website/docs/jp/drawer.md index baf8764453..081ae84081 100644 --- a/website/docs/jp/drawer.md +++ b/website/docs/jp/drawer.md @@ -279,7 +279,7 @@ Drawerは `destroyOnClose` というAPIを提供しています。これはフ | title | Drawerのタイトルは、スロットの名前を指定して設定することもできます。 | string | — | — | | model-value / v-model | Drawerを表示する場合は、 | boolean | — | false | | withHeader | デフォルトは true で、withHeader が false に設定されている場合は `title attribute` と `title slot` の両方が動作しません。 | boolean | - | true | - +| modal-class | シャドウレイヤーの追加クラス名 | string | — | — | ### Drawerスロット | Name | Description | diff --git a/website/docs/zh-CN/drawer.md b/website/docs/zh-CN/drawer.md index bb55761370..ef84fb2dfd 100644 --- a/website/docs/zh-CN/drawer.md +++ b/website/docs/zh-CN/drawer.md @@ -279,7 +279,7 @@ Drawer has almost identical attributes as Dialog. | title | Drawer 的标题,也可通过具名 slot (见下表)传入 | string | — | — | | model-value / v-model | 是否显示 Drawer | boolean | — | false | | withHeader | 控制是否显示 header 栏, 默认为 true, 当此项为 false 时, title attribute 和 title slot 均不生效 | boolean | - | true | - +| modal-class | 遮罩层的自定义类名 | string | - | - | ### Drawer Slot | name | 说明 |