* fix(input-number): fix increase/decrease button not work
- fix increase/decrease not work when modelValue not in [min, max]
* test(input-number): add a test case which check increase/decrease button
* 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
* bumping version
* build(core): bumping vue version
- Bumping up vue version from ^3.0.0 to ^3.0.3 due to the change of `emitOptions`
* Remove transition mock/Add before-enter and before-leave hook emitter for popper