mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(input-number): fix input-number behavior error - After input-number is cleared, the focus is lost and the value of v-model is not changed when the value of Min is changed * test(input-number): add input-number test case * docs(input-number): update modelValue's description