Don't display tooltip if #popover is not defined #984
albertcito
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This code in any case display an empty tooltip. I think it should not:
OR
const message = ref<undefined>(); <Tooltip :message="message"> <a>Sponsor me</a> </Tooltip>
Beta Was this translation helpful? Give feedback.
All reactions