v-model |
是否显示 Drawer |
boolean |
— |
false |
title |
Drawer 的标题,也可通过具名 slot传入 |
string |
— |
— |
direction |
Drawer 打开的方向 |
string |
left / top / right / bottom |
right |
width |
抽屉区域宽度,direction 为 left 和 right 时有效 |
string |
— |
30% |
height |
抽屉区域高度,direction 为 top 和 bottom 时有效 |
string |
— |
40% |
show-close |
是否显示关闭按钮 |
boolean |
— |
true |
append-to-body |
Drawer 自身是否插入至 body 元素上。嵌套的 Drawer 必须指定该属性并赋值为 true |
boolean |
— |
false |
wrapperClosable |
点击遮罩层是否可以关闭 Drawer |
boolean |
- |
true |
withHeader |
控制是否显示 header 栏, 默认为 true |
boolean |
- |
true |
custom-class |
Drawer 的自定义类名 |
string |
— |
— |