🌐 AI搜索 & 代理 主页
Skip to content

Commit 1431976

Browse files
authored
Update README.md
1 parent f71c137 commit 1431976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/directives/tooltip/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
> Documentation and examples for adding custom BootstrapVue tooltips, using Bootstrap v4 CSS for
44
> styling and animations. Tooltips can be triggered by hovering, focusing, or clicking an element
55
6+
## Overview
7+
68
Use the `v-b-tooltip` directive on any element or component where you would like a tooltip to
79
appear.
810

@@ -14,8 +16,6 @@ appear.
1416
<!-- b-tooltip.vue -->
1517
```
1618

17-
## Overview
18-
1919
Things to know when using the tooltip directive:
2020

2121
- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.

0 commit comments

Comments
 (0)