chore: prefer arrow function shorthand
This commit is contained in:
+1
-3
@@ -294,9 +294,7 @@ export default createComponent({
|
||||
|
||||
watch(
|
||||
() => props.columnsNum,
|
||||
() => {
|
||||
nextTick(setValues);
|
||||
}
|
||||
() => nextTick(setValues)
|
||||
);
|
||||
|
||||
useExpose({ reset, getArea, getValues });
|
||||
|
||||
Reference in New Issue
Block a user