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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,8 +173,13 @@ Or a reactive property:
173
173
-`offset` - Offset of the position (px).
174
174
-`container` - Selector: Container where the tooltip will be appended (e.g. `'body'`).
175
175
-`boundariesElement` - DOM element for the tooltip boundaries.
176
+
-`template` - HTML template of the tooltip.
177
+
-`arrowSelector` - CSS selector to get the arrow element in the tooltip template.
178
+
-`innerSelector` - CSS selector to get the inner content element in the tooltip template.
176
179
-`popperOptions` - Other Popper.js options.
177
180
181
+
You can change the default values in the [Global options](#global-options).
182
+
178
183
### Tooltip auto-hiding
179
184
180
185
By default, if `trigger` contains `'hover'`, the tooltip is automatically hidden on hover or click. To disable this, set the `autoHide` option to `false`:
@@ -269,6 +274,8 @@ By default, the popover will have the `tooltip` and `popover` classes, so you ca
269
274
-`autoHide` - Hide the popover if clicked outside.
270
275
-`handleResize` - Automatically update the popover position if its size changes.
271
276
277
+
You can change the default values in the [Global options](#global-options).
278
+
272
279
**Events:**
273
280
274
281
-`update:open(Boolean)` - This allow you to use the `.sync` modifier on the `open` prop.
@@ -342,12 +349,14 @@ The default global options are:
342
349
You can change the options during install with the arguments:
0 commit comments