Skip to content

Commit

Permalink
docs(drawer): translate scrollbar props description (tusen-ai#4389)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbisK authored Dec 21, 2023
1 parent 816d3a8 commit 1feaa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drawer/demos/enUS/index.demo-entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resizable.vue
| min-height | `number` | `undefined` | Max height of draggable drawer. | 2.35.0 |
| placement | `'top' \| 'right' \| 'bottom' \| 'left'` | `'right'` | Drawer placement. | |
| resizable | `boolean` | `false` | Whether to resize the width / height of drawer. | 2.31.0 |
| scrollbar-props | `object` | `undefined` | 属性参考 [Scrollbar props](scrollbar#Scrollbar-Props) | |
| scrollbar-props | `object` | `undefined` | See [Scrollbar props](scrollbar#Scrollbar-Props). | |
| show | `boolean` | `false` | Whether to show drawer. | |
| show-mask | `boolean` | `true` | Whether to show mask. If set to `'transparent'`, transparent mask would be shown. If set to false, `trap-focus` will be disabled. | 2.28.3 |
| drawer-style | `string \| Object` | `undefined` | Style of the drawer. | |
Expand Down

0 comments on commit 1feaa82

Please sign in to comment.