docs(Picker): add doc of default slot (#4603)

This commit is contained in:
neverland 2019-09-27 15:09:37 +08:00 committed by GitHub
parent 030d3df8bd
commit 9729879593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,7 @@ Picker events will pass different parameters according to the columns are single
| Name | Description |
|------|------|
| default | Custom toolbar content |
| title | Custom title |
### Data Structure of Column

View File

@ -221,6 +221,7 @@ Picker 组件的事件会根据 columns 是单列或多列返回不同的参数
| 名称 | 说明 |
|------|------|
| default | 自定义顶部栏内容 |
| title | 自定义标题内容 |
### Column 数据结构