We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a5012 commit a058a9aCopy full SHA for a058a9a
src/components/popover/README.md
@@ -703,7 +703,7 @@ this.$root.$emit('bv::hide::popover');
703
To close a **specific popover**, pass the trigger element's `id` as the first argument:
704
705
```js
706
-this.$root.$emit('bv::show::popover', 'my-trigger-button-id');
+this.$root.$emit('bv::hide::popover', 'my-trigger-button-id');
707
```
708
709
To open (show) a **specific popover**, pass the trigger element's `id` as the first argument when
0 commit comments