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

Commit 9ab5a25

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/directives/popover/README.md

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

1919
## Overview
2020

21-
Things to know when using popovers:
21+
Things to know when using the popover directive:
2222

2323
- Popovers rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
2424
- Popovers require BootstrapVue's custom SCSS/CSS for transitions and color variants.
25+
- If both title and content is not provided (or are an empty string), the popover will not show.
2526
- Specify container: 'body' (default) to avoid rendering problems in more complex components (like
2627
input groups, button groups, etc).
2728
- Triggering popovers on hidden elements will not work.

0 commit comments

Comments
 (0)