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:
@@ -26,7 +26,7 @@ export default {
|
||||
() => {
|
||||
console.log('scroll');
|
||||
},
|
||||
{ target: scrollParent }
|
||||
{ target: scrollParent },
|
||||
);
|
||||
|
||||
return { root };
|
||||
@@ -40,7 +40,7 @@ export default {
|
||||
|
||||
```ts
|
||||
function useScrollParent(
|
||||
element: Ref<Element | undefined>
|
||||
element: Ref<Element | undefined>,
|
||||
): Ref<Element | Window | undefined>;
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user