feat(Picker): add confirm、cancel slot (#7377)

This commit is contained in:
neverland
2020-10-21 18:27:24 +08:00
committed by GitHub
parent 83095c7d1e
commit dabd984070
5 changed files with 64 additions and 27 deletions
+8 -6
View File
@@ -269,12 +269,14 @@ Picker events will pass different parameters according to the columns are single
### Slots
| Name | Description |
| -------------- | ---------------------------- |
| default | Custom toolbar content |
| title | Custom title |
| columns-top | Custom content above columns |
| columns-bottom | Custom content below columns |
| Name | Description |
| ------------------ | ---------------------------- |
| default | Custom toolbar content |
| title | Custom title |
| confirm `v2.10.11` | Custom confirm button text |
| cancel `v2.10.11` | Custom cancel button text |
| columns-top | Custom content above columns |
| columns-bottom | Custom content below columns |
### Data Structure of Column