Skip to content

Commit

Permalink
Merge branch 'dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarrask committed Jul 28, 2023
2 parents 48ad33d + 5173dd1 commit 0707844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/vue3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
With the release of <b>v2.23.0</b> you can now use <span class="bd-text-purple-bright">BootstrapVue</span> with <a href="https://v3-migration.vuejs.org/migration-build.html" target="_blank">migration build</a> of Vue.js 3

<b-alert show variant="warning" class="mt-3">
@vue/compat support is designed for early migration to Vue.js 3 and will be eventually replaced with bootstrap-vue 3.0
@vue/compat support is designed for early migration to Vue.js 3 and will be eventually replaced with <a href="https://bootstrap-vue-next.github.io/bootstrap-vue-next/" target="_blank" rel="noopener">BootstrapVueNext</a>. BootstrapVueNext is currently in <b>Alpha</b>
</b-alert>
<h2 id="limitations" class="bv-no-focus-ring mb-3">
<span class="bd-content-title">Important limitations<a href="#prerequisites" aria-labelledby="limitations" class="anchorjs-link"></a></span>
Expand Down
2 changes: 1 addition & 1 deletion src/directives/tooltip/README.md
Original file line number Diff line number Diff line change
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 0707844

Please sign in to comment.