Skip to content

Commit 5173dd1

Browse files
authored
Merge pull request #7149 from renan-sugiyama/dev
chore(docs): fix event name to hide a specific tooltip
2 parents 3b66d40 + fa65e58 commit 5173dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/tooltip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ To close a **specific tooltip**, pass the trigger element's `id`, or the `id` of
463463
was provided in the config object) as the first argument:
464464

465465
```js
466-
this.$root.$emit('bv::show::tooltip', 'my-trigger-button-id')
466+
this.$root.$emit('bv::hide::tooltip', 'my-trigger-button-id')
467467
```
468468

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

0 commit comments

Comments
 (0)