Skip to content

Commit

Permalink
docs: fix (vitest-dev#579)
Browse files Browse the repository at this point in the history
A slash was missing in the close-tag.
  • Loading branch information
thisprojectworks committed Jun 15, 2021
1 parent 5d395c0 commit 28ee812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useElementVisibility/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
```html
<UseElementVisibility v-slot="{ isVisible }">
Is Visible: {{ isVisible }}
<UseElementVisibility>
</UseElementVisibility>
```

<LearnMoreComponents />
Expand Down

0 comments on commit 28ee812

Please sign in to comment.