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
{{ message }}
This repository was archived by the owner on Oct 18, 2019. It is now read-only.
I am running into an issue where I want to have a tooltip using this addon only when a certain property is true or false.
Right now I am doing this by have an if else block and copying the wrapped component in both.
A better solution would be if this addon allowed passing in a property to control if the tooltip shows or not.