Skip to content
Snippets Groups Projects
Verified Commit 7d9ae1d8 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth
Browse files

Fix kebab-casing

parent 377b9b70
No related branches found
No related tags found
No related merge requests found
Pipeline #23869 passed with stages
in 3 minutes and 50 seconds
......@@ -197,7 +197,7 @@ Popovers are visually hiden menus of items activated by a simple button. Use pop
| ----- | --------- | ----------- | ----------- |
| `items` | Array\<Item\> | Yes | A list of menu items. |
| `v-model:open` | Boolean | Yes | Controls whether the popover is open or not. |
| `clickOutside` | Boolean | No | Controls whether clicking outside the popover closes it. |
| `click-outside` | Boolean | No | Controls whether clicking outside the popover closes it. |
## Items
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment