Skip to content

Commit

Permalink
docs(useMousePressed): fix JSDoc error message (#3941)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjp980108 committed May 1, 2024
1 parent d8d28ba commit b7d8438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useMousePressed/index.ts
Expand Up @@ -43,7 +43,7 @@ export interface MousePressedOptions extends ConfigurableWindow {
}

/**
* Reactive mouse position.
* Reactive mouse pressing state.
*
* @see https://vueuse.org/useMousePressed
* @param options
Expand Down

0 comments on commit b7d8438

Please sign in to comment.