fix(components): [el-input-number]raise native form validation error (#4706)

This commit is contained in:
Alan Wang 2021-12-07 04:21:48 -05:00 committed by GitHub
parent f0162167aa
commit 812b1b8b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@
<el-input
ref="input"
type="number"
:step="step"
:model-value="displayValue"
:placeholder="placeholder"
:disabled="inputNumberDisabled"