Closed
Description
Documentation issue
- Reporting a typo
- Reporting a documentation bug
- Documentation improvement
- Documentation feedback
Specific page of the documentation:
Tooltips and everything with a target property
Additional context or description
The pages of components with target property state String or HTMLElement or SVGElement or Function or Object
as valid target but there are no examples given besides the option for String
in the docs. Would be great to see examples how to access a target by HTMLElement or SVGElement or Function or Object
in Vue.
Thank you.