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 4375474 commit 8b9db28Copy full SHA for 8b9db28
src/directives/popover/README.md
@@ -388,7 +388,7 @@ this.$root.$emit('bv::hide::popover');
388
To close a **specific popover**, pass the trigger element's `id` as the first argument:
389
390
```js
391
-this.$root.$emit('bv::show::popover', 'my-trigger-button-id');
+this.$root.$emit('bv::hide::popover', 'my-trigger-button-id');
392
```
393
394
To open (show) a **specific popover**, pass the trigger element's `id` as the first argument when
0 commit comments