Props
Name | Description | Type | Default | Required |
---|---|---|---|---|
reference | Name of ref element within the parent's $refs object. Tooltip will be
positioned relative to this element. | string | — | true |
refs | Parent's $refs object which should contain the named reference . | object | — | true |
disabled | Whether or not tooltip is disabled | boolean |
false
| — |
placement | Placement of tooltip relative to reference . Supports any popper.js placement string | string |
'bottom'
| — |
Slots
Name | Description |
---|---|
default | Text of the tooltip |