feat(Picker): add option slot (#7380)
This commit is contained in:
@@ -338,6 +338,9 @@ export default createComponent({
|
||||
swipeDuration={this.swipeDuration}
|
||||
visibleItemCount={this.visibleItemCount}
|
||||
initialOptions={item.values}
|
||||
scopedSlots={{
|
||||
option: this.$scopedSlots.option,
|
||||
}}
|
||||
onChange={() => {
|
||||
this.onChange(columnIndex);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user