There was an error while loading. Please reload this page.
1 parent 2a39713 commit fc8bd89Copy full SHA for fc8bd89
devui/drawer/index.ts
@@ -10,7 +10,7 @@ export { Drawer }
10
export default {
11
title: 'Drawer 抽屉板',
12
category: '反馈',
13
- status: '10%',
+ status: '30%',
14
install(app: App): void {
15
16
app.use(Drawer as any)
docs/components/drawer/index.md
@@ -72,3 +72,4 @@ export default ({
72
| onClose | `Function` | -- | 可选,关闭 drawer 时候调用 | [基本用法](#基本用法) |
73
| escKeyCloseable | `Boolean` | `true` | 可选,设置可否通过 esc 按键来关闭 drawer 层 | [基本用法](#基本用法) |
74
| afterOpened | `Function` | -- | 可选,打开 drawer 后时候调用 | [基本用法](#基本用法) |
75
+| position | `String` | 'right' | 可选,抽屉板出现的位置,'left'或者'right' | [基本用法](#基本用法) |
0 commit comments