Skip to content

Commit

Permalink
docs: add example
Browse files Browse the repository at this point in the history
  • Loading branch information
sibbng committed Nov 4, 2022
1 parent 62fadcd commit 94c3a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/onClickOutside/index.md
Expand Up @@ -39,7 +39,7 @@ export default {
## Component Usage

```html
<OnClickOutside @trigger="count++">
<OnClickOutside @trigger="count++" :options="{ ignore: [/* ... */] }">
<div>
Click Outside of Me
</div>
Expand Down

0 comments on commit 94c3a6d

Please sign in to comment.