We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0456596 commit 45980c5Copy full SHA for 45980c5
1 file changed
src/uni_modules/wot-design-uni/components/wd-input-number/wd-input-number.vue
@@ -169,8 +169,8 @@ function handleBlur() {
169
170
function dispatchChangeEvent(value: string | number, change: boolean = true) {
171
inputValue.value = value
172
- change && emit('change', { value })
173
change && emit('update:modelValue', inputValue.value)
+ change && emit('change', { value })
174
}
175
176
function formatValue(value: string | number) {
0 commit comments