forked from opentiny/tiny-vue
fix[DatePicker]: [DatePicker]fix the tabindex's default value to 0 (#1589)
This commit is contained in:
parent
30abcc4430
commit
d4323a52fe
|
@ -66,7 +66,7 @@ export const datePickerProps = {
|
|||
|
||||
tabindex: {
|
||||
type: String,
|
||||
default: '1'
|
||||
default: '0'
|
||||
},
|
||||
timeFormat: String,
|
||||
suffixIcon: Object,
|
||||
|
|
Loading…
Reference in New Issue