v-tooltip API
Argument
"top" | "bottom" | "start" | "end" | "left" | "right" | "center" | "center-center" | "top-start" | "top-end" | "top-left" | "top-right" | "top-center" | "bottom-start" | "bottom-end" | "bottom-left" | "bottom-right" | "bottom-center" | "start-top" | "start-bottom" | "start-center" | "end-top" | "end-bottom" | "end-center" | "left-top" | "left-bottom" | "left-center" | "right-top" | "right-bottom" | "right-center"Applies the VTooltip location prop.
Value
string | boolean | Record<string, any>
string: Sets the tooltip content.
boolean: Controls visibility, tooltip content will be the innerText of the bound element.
object: Use any VTooltip props, content can be set with text. Keys are camelCase.