mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
chore: bump prettier v3 and format all code (#12111)
* chore: bump prettier v3 and format all code * chore: mjs config * chore: revert * chore: revert * chore: update lock
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
pageX,
|
||||
pageY,
|
||||
screenX,
|
||||
screenY
|
||||
screenY,
|
||||
) {
|
||||
// auto set
|
||||
return new Touch(
|
||||
@@ -35,7 +35,7 @@
|
||||
clientY: pageY - window.pageYOffset,
|
||||
},
|
||||
0,
|
||||
0
|
||||
0,
|
||||
);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user