Skip to content

Commit

Permalink
Merge pull request #5111 from nextcloud-libraries/fix/noid/popover-docs
Browse files Browse the repository at this point in the history
fix(NcPopover): fix docs example
  • Loading branch information
Pytal authored Jan 22, 2024
2 parents 08a7838 + a130bd7 commit 8d24adf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/NcPopover/NcPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ See code example below.
Hi! 🚀
</NcPopover>
</div>
````
</template>
```

#### Provide role for the popover content

Expand Down Expand Up @@ -151,7 +152,7 @@ See: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/
</NcPopover>
</div>
</template>
````
```
</docs>

<template>
Expand Down

0 comments on commit 8d24adf

Please sign in to comment.