提交
This commit is contained in:
@@ -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>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user