You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,7 @@ Or a reactive property:
237
237
-`trigger` - Events triggering the tooltip separated with spaces: `'hover'`, `'click'`, `'focus'` or `'manual'` (`'manual'` can't be combined with any other event).
238
238
-`show` - Boolean to manually open or hide the tooltip.
239
239
-`offset` - Offset of the position (px).
240
-
-`container` - Selector: Container where the tooltip will be appended (e.g. `'body'`).
240
+
-`container` - Selector: Container where the tooltip will be appended (e.g. `'body'`). Set it to `false` to append popover on target parent node.
241
241
-`boundariesElement` - DOM element for the tooltip boundaries.
242
242
-`template` - HTML template of the tooltip.
243
243
-`arrowSelector` - CSS selector to get the arrow element in the tooltip template.
0 commit comments