Skip to content

Commit 39829be

Browse files
- Updated tooltips documentation (#4791)
Fixed a mistake in the js code example.
1 parent 8625e99 commit 39829be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tooltip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ To close a **specific tooltip**, pass the trigger element's `id`, or the `id` of
458458
was provided via the `id` prop), as the argument:
459459

460460
```js
461-
this.$root.$emit('bv::show::tooltip', 'my-trigger-button-id')
461+
this.$root.$emit('bv::hide::tooltip', 'my-trigger-button-id')
462462
```
463463

464464
To open a **specific tooltip**, pass the trigger element's `id`, or the `id` of the tooltip (if one

0 commit comments

Comments
 (0)