diff --git a/docs/components/popover/index.md b/docs/components/popover/index.md index 67bcea3c4baa4004420e8fb34cb5c570af8e56be..acbeb3927aaccd06b6b7785489063b7207ff8815 100644 --- a/docs/components/popover/index.md +++ b/docs/components/popover/index.md @@ -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