We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5bfc5 commit 5e4fbe4Copy full SHA for 5e4fbe4
src/directives/tooltip/README.md
@@ -17,7 +17,7 @@ to appear.
17
## Overview
18
19
Things to know when using tooltips:
20
- - Tooltips rely on the 3rd party library Popper.js for positioning. The library is bundled wit Bootstrap-Vue!
+ - Tooltips rely on the 3rd party library Popper.js for positioning. The library is bundled with Bootstrap-Vue!
21
- Tooltips with zero-length titles are never displayed.
22
- Specify container: 'body' (default) to avoid rendering problems in more complex components (like input groups, button groups, etc).
23
- Triggering tooltips on hidden elements will not work.
0 commit comments