mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
chore: prefer arrow function shorthand
This commit is contained in:
@@ -69,9 +69,7 @@ export default createComponent({
|
||||
|
||||
watch(
|
||||
() => props.modelValue,
|
||||
(value) => {
|
||||
emit('change', value);
|
||||
}
|
||||
(value) => emit('change', value)
|
||||
);
|
||||
|
||||
useExpose({ toggleAll });
|
||||
|
Reference in New Issue
Block a user