[Doc] english document of all action components (#260)
* [bugfix] CouponList always show empty info * [bugfix] add click feedback of buttons in components * [Doc] add custom theme document * [new feature] Notice bar support more props * [bugfix] PullRefresh test cases * [bugfix] unused NoticeBar style * [bugfix] Swipe width calc error * [Doc] english document of all action components
This commit is contained in:
@@ -93,9 +93,9 @@ export default {
|
||||
:::demo 带toolbar的Picker
|
||||
```html
|
||||
<van-picker
|
||||
show-toolbar
|
||||
:title="title"
|
||||
:columns="pickerColumns"
|
||||
show-toolbar
|
||||
@change="handlePickerChange"
|
||||
@cancel="handlePickerCancel"
|
||||
@confirm="handlePickerConfirm"
|
||||
|
||||
Reference in New Issue
Block a user