Skip to content

Commit

Permalink
fix(StrengthMeter): change事件应随handleChange一起抛出。close #3118
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Oct 10, 2023
1 parent f0550f2 commit f5ce480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/StrengthMeter/src/StrengthMeter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
});
function handleChange(e) {
emit('change', e.target.value);
innerValueRef.value = e.target.value;
}
Expand Down

0 comments on commit f5ce480

Please sign in to comment.