Skip to content

Commit

Permalink
Merge pull request #7149 from renan-sugiyama/dev
Browse files Browse the repository at this point in the history
chore(docs): fix event name to hide a specific tooltip
  • Loading branch information
VividLemon committed Jul 28, 2023
2 parents 3b66d40 + fa65e58 commit 5173dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directives/tooltip/README.md
Expand Up @@ -463,7 +463,7 @@ To close a **specific tooltip**, pass the trigger element's `id`, or the `id` of
was provided in the config object) as the first argument:

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

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

0 comments on commit 5173dd1

Please sign in to comment.