feat(DatetimePicker): support picker slots (#7645)
This commit is contained in:
@@ -95,6 +95,7 @@ export const TimePickerMixin = {
|
||||
ref="picker"
|
||||
columns={this.columns}
|
||||
readonly={this.readonly}
|
||||
scopedSlots={this.$scopedSlots}
|
||||
onChange={this.onChange}
|
||||
onConfirm={this.onConfirm}
|
||||
onCancel={this.onCancel}
|
||||
|
||||
Reference in New Issue
Block a user