Skip to content

Commit c449892

Browse files
author
Hamed
committed
minor improvement
1 parent b3e929f commit c449892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PrettyInput.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
return;
179179
}
180180
181-
this.indeterminate = false;
182-
this.$emit('update:indeterminate', this.indeterminate);
181+
this.$emit('update:indeterminate', false);
182+
183183
let isChecked = event.target.checked;
184184
185185
if (this.modelValue instanceof Array) {

0 commit comments

Comments
 (0)