Skip to content

Commit

Permalink
Docs: fix typo in Drawer docs (ElemeFE#16848)
Browse files Browse the repository at this point in the history
  • Loading branch information
winkay authored and oleksiikhr committed Jan 13, 2020
1 parent 148c189 commit b369abd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/docs/en-US/drawer.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ If the variable bound to `visible` is managed in Vuex store, the `.sync` can not
| destroy-on-close | Indicates whether children should be destroyed after Drawer closed | boolean | - | false |
| modal | Should show shadowing layer | boolean || true |
| modal-append-to-body | Indicates should shadowing layer be insert into DocumentBody element | boolean || true |
| direction | Drawer's opening direction | Direction | rtl / ltr / ttb / tbb | rtl |
| direction | Drawer's opening direction | Direction | rtl / ltr / ttb / btt | rtl |
| show-close | Should show close button at the top right of Drawer | boolean || true |
| size | Drawer's size, if Drawer is horizontal mode, it effects the width property, otherwise it effects the height property, when size is `number` type, it describes the size by unit of pixels; when size is `string` type, it should be used with `x%` notation, other wise it will be interpreted to pixel unit | number / string | - | '30%' |
| title | Drawer's title, can also be set by named slot, detailed descriptions can be found in the slot form | string |||
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/es/drawer.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ If the variable bound to `visible` is managed in Vuex store, the `.sync` can not
| destroy-on-close | Indicates whether children should be destroyed after Drawer closed | boolean | - | false |
| modal | Should show shadowing layer | boolean || true |
| modal-append-to-body | Indicates should shadowing layer be insert into DocumentBody element | boolean || true |
| direction | Drawer's opening direction | Direction | rtl / ltr / ttb / tbb | rtl |
| direction | Drawer's opening direction | Direction | rtl / ltr / ttb / btt | rtl |
| show-close | Should show close button at the top right of Drawer | boolean || true |
| size | Drawer's size, if Drawer is horizontal mode, it effects the width property, otherwise it effects the height property, when size is `number` type, it describes the size by unit of pixels; when size is `string` type, it should be used with `x%` notation, other wise it will be interpreted to pixel unit | number / string | - | '30%' |
| title | Drawer's title, can also be set by named slot, detailed descriptions can be found in the slot form | string |||
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/fr-FR/drawer.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ If the variable bound to `visible` is managed in Vuex store, the `.sync` can not
| destroy-on-close | Indicates whether children should be destroyed after Drawer closed | boolean | - | false |
| modal | Should show shadowing layer | boolean || true |
| modal-append-to-body | Indicates should shadowing layer be insert into DocumentBody element | boolean || true |
| direction | Drawer's opening direction | Direction | rtl / ltr / ttb / tbb | rtl |
| direction | Drawer's opening direction | Direction | rtl / ltr / ttb / btt | rtl |
| show-close | Should show close button at the top right of Drawer | boolean || true |
| size | Drawer's size, if Drawer is horizontal mode, it effects the width property, otherwise it effects the height property, when size is `number` type, it describes the size by unit of pixels; when size is `string` type, it should be used with `x%` notation, other wise it will be interpreted to pixel unit | number / string | - | '30%' |
| title | Drawer's title, can also be set by named slot, detailed descriptions can be found in the slot form | string |||
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/zh-CN/drawer.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Drawer 提供一个 `destroyOnClose` API, 用来在关闭 Drawer 时销毁子组
| destroy-on-close | 控制是否在关闭 Drawer 之后将子元素全部销毁 | boolean | - | false |
| modal | 是否需要遮罩层 | boolean || true |
| modal-append-to-body | 遮罩层是否插入至 body 元素上,若为 false,则遮罩层会插入至 Drawer 的父元素上 | boolean || true |
| direction | Drawer 打开的方向 | Direction | rtl / ltr / ttb / tbb | rtl |
| direction | Drawer 打开的方向 | Direction | rtl / ltr / ttb / btt | rtl |
| show-close | 是否显示关闭按钮 | boolean || true |
| size | Drawer 窗体的大小, 当使用 `number` 类型时, 以像素为单位, 当使用 `string` 类型时, 请传入 'x%', 否则便会以 `number` 类型解释 | number / string | - | '30%' |
| title | Drawer 的标题,也可通过具名 slot (见下表)传入 | string |||
Expand Down

0 comments on commit b369abd

Please sign in to comment.