diff --git a/README.md b/README.md index 1f97280..e78a934 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ 2. 安装依赖 -项目是在pnpm下开发的,如果没有安装pnpm,可以使用npm或者yarn代替。如若报错,请尝试[安装pnpm](https://www.pnpm.cn/installation) +项目是在pnpm下开发的,如果没有安装pnpm,可以使用npm或者yarn代替。如若报错,请[安装pnpm](https://www.pnpm.cn/installation) 后尝试。 ```bash diff --git a/src/hooks/useOn.ts b/src/hooks/useOn.ts index 923fc7b..54b3577 100644 --- a/src/hooks/useOn.ts +++ b/src/hooks/useOn.ts @@ -37,7 +37,6 @@ export function useOn(target, event: string, listener: any) { const stop = () => { stopWatch() cleanup() - console.count('停止监听次数:') } //组件销毁后,取消监听