chore(@vant/use): fix some lint issues (#8462)

This commit is contained in:
neverland
2021-04-06 20:03:26 +08:00
committed by GitHub
parent fe453dabb1
commit ace4c9b60b
8 changed files with 33 additions and 36 deletions
+4 -4
View File
@@ -59,15 +59,15 @@ export default {
### 类型定义
```ts
type Options = {
eventName?: string;
};
function useClickAway(
target: Element | Ref<Element | undefined>,
listener: EventListener,
options?: Options
): void;
type Options = {
eventName?: string;
};
```
### 参数