fix(components): [date-picker] validateEvent prop not work (#8194)

This commit is contained in:
Hefty
2022-06-13 20:02:04 +08:00
committed by GitHub
parent 3b315b384d
commit cef95d24cc

View File

@@ -36,6 +36,7 @@
:readonly="!editable || readonly || isDatesPicker || type === 'week'"
:label="label"
:tabindex="tabindex"
:validate-event="validateEvent"
@input="onUserInput"
@focus="handleFocusInput"
@blur="handleBlurInput"