We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for this great plugin and I wonder how to use this to images like below
<tooltip label="This is title" placement="top-right"> <img src="/images/components/photoshop.png"> </tooltip>
Thanks!
The text was updated successfully, but these errors were encountered:
I have the same issue, i'm trying to use it in an "image grid" like so
<tooltip v-for="languageSkill in languageSkills" label="This is title" placement="top-right"> <img class="lang-img" placement="top-right" :label="languageSkill.description" :alt="languageSkill.description" :src="languageSkill.imageSrc" width="30%" height="30%" /> </tooltip>
Sorry, something went wrong.
+1
No branches or pull requests
Hi, thanks for this great plugin and I wonder how to use this to images like below
Thanks!
The text was updated successfully, but these errors were encountered: