This commit is contained in:
zouzhibing
2022-04-08 12:00:29 +08:00
parent 2db60811e4
commit 5e04b468d7
29 changed files with 32 additions and 2104 deletions

View File

@@ -5,7 +5,7 @@
## qq群 731805264
## -- github 永远保持最新有啥想法的可以提PR,共同开发 [地址](https://github.com/zouzhibin/vue-admin-perfect)
## -- github 永远保持最新有啥想法的可以提PR,共同开发 [地址](https://github.com/zouzhibin/zb-table.git)
## drawer属性
| 参数 | 说明 | 类型 | 可选值 | 默认值 |是否必须|
@@ -15,3 +15,14 @@
| show-close | 是否显示关闭按钮 | boolean | -- | true|否|
| title | Drawer 的标题,也可通过具名 slot (见下表)传入 | string | -- | --|否|
| visible | 是否显示 Drawer支持 .sync 修饰符 | boolean | -- | false|否|
## 示例
```
<zb-drawer
:mode="mode"
width="80%"
:visible.sync="isShow1" >
<view class="top-content"></view>
</zb-drawer>
```