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:
@@ -12,7 +12,7 @@ export function useClickAway(
|
||||
| Ref<Element | undefined>
|
||||
| Array<Element | Ref<Element | undefined>>,
|
||||
listener: EventListener,
|
||||
options: UseClickAwayOptions = {}
|
||||
options: UseClickAwayOptions = {},
|
||||
) {
|
||||
if (!inBrowser) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user