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

Commit 706e28c

Browse files
authored
Update README.md
1 parent d00e341 commit 706e28c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/directives/tooltip/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ appear.
1616

1717
## Overview
1818

19-
Things to know when using tooltips:
19+
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.
2222
- Tooltips require BootstrapVue's custom SCSS/CSS for transitions and color variants.
23+
- If a title is not provided (or is an empty string), the tooltip will not show.
2324
- Specify container: 'body' (the default) to avoid rendering problems in more complex components
2425
(like input groups, button groups, etc).
2526
- Triggering tooltips on hidden elements will not work.

0 commit comments

Comments
 (0)