fix: datepicker log some warning
parent
c2f5b3fa9f
commit
5af2653e5a
|
@ -59,6 +59,17 @@ export default function wrapPicker<P>(
|
||||||
popupStyle: PropTypes.style,
|
popupStyle: PropTypes.style,
|
||||||
locale: PropTypes.any.def({}),
|
locale: PropTypes.any.def({}),
|
||||||
},
|
},
|
||||||
|
emits: [
|
||||||
|
'update:value',
|
||||||
|
'openChange',
|
||||||
|
'focus',
|
||||||
|
'blur',
|
||||||
|
'mouseenter',
|
||||||
|
'mouseleave',
|
||||||
|
'change',
|
||||||
|
'ok',
|
||||||
|
'calendarChange',
|
||||||
|
],
|
||||||
setup() {
|
setup() {
|
||||||
return {
|
return {
|
||||||
configProvider: inject('configProvider', defaultConfigProvider),
|
configProvider: inject('configProvider', defaultConfigProvider),
|
||||||
|
|
Loading…
Reference in New Issue