Skip to content

Commit fc8bd89

Browse files
committed
docs(drawer): 增加弹出方向属性,修改组件完成进度
1 parent 2a39713 commit fc8bd89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

devui/drawer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export { Drawer }
1010
export default {
1111
title: 'Drawer 抽屉板',
1212
category: '反馈',
13-
status: '10%',
13+
status: '30%',
1414
install(app: App): void {
1515

1616
app.use(Drawer as any)

docs/components/drawer/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ export default ({
7272
| onClose | `Function` | -- | 可选,关闭 drawer 时候调用 | [基本用法](#基本用法) |
7373
| escKeyCloseable | `Boolean` | `true` | 可选,设置可否通过 esc 按键来关闭 drawer 层 | [基本用法](#基本用法) |
7474
| afterOpened | `Function` | -- | 可选,打开 drawer 后时候调用 | [基本用法](#基本用法) |
75+
| position | `String` | 'right' | 可选,抽屉板出现的位置,'left'或者'right' | [基本用法](#基本用法) |

0 commit comments

Comments
 (0)