* 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