chore: prefer arrow function shorthand
This commit is contained in:
@@ -179,9 +179,7 @@ export default createComponent({
|
||||
emit('update:modelValue', true);
|
||||
|
||||
// ensure value change can be watched
|
||||
nextTick(() => {
|
||||
emit('refresh');
|
||||
});
|
||||
nextTick(() => emit('refresh'));
|
||||
} else {
|
||||
setStatus(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user