mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(components): 修复step-strictly为true时初次渲染组件v-model与输入框中显示的值不同的问题 When step strictly is set to true, the initial rendering of component v-model differs from the value displayed in the input box。See issue # 18275 for details。 closed #18275 * fix: unit test error * test(components): [input-number] test cases with fixes added