|
há 2 anos atrás | |
---|---|---|
.. | ||
README.en-US.md | há 2 anos atrás | |
README.md | há 2 anos atrás | |
drawer.d.ts | há 2 anos atrás | |
drawer.js | há 2 anos atrás | |
drawer.json | há 2 anos atrás | |
drawer.wxml | há 2 anos atrás | |
drawer.wxss | há 2 anos atrás | |
props.d.ts | há 2 anos atrás | |
props.js | há 2 anos atrás | |
type.d.ts | há 2 anos atrás | |
type.js | há 2 anos atrás |
:: BASE_DOC ::
name | type | default | description | required
-- | -- | -- | -- | --
close-on-overlay-click | Boolean | undefined | - | N
destroy-on-close | Boolean | false | - | N
footer | Slot | - | 0.29.0
| N
items | Array | - | Typescript:DrawerItem[]
interface DrawerItem { title: string; icon: string; }
。see more ts definition | N
placement | String | right | options:left/right | N
show-overlay | Boolean | true | - | N
title | String / Slot | - | 0.29.0
| N
visible | Boolean | false | - | N
z-index | Number | 11500 | - | N
name | params | description
-- | -- | --
close | (trigger: TriggerSource)
| see more ts definition。type TriggerSource = 'overlay'
item-click | (index: number; item: DrawerItem)
| -
overlay-click | - | -