Replies: 1 comment
-
After a lot of trial and error, figured out that this works: v-tooltip="{
content:
'<img width="300px=" src="src/assets/ready-for-install-example.png" />',
html: true,
strategy: 'fixed',
theme: 'info-tooltip',
}" For some reason you have to use single quotes on the outside AND escape double quotes on the inside, if you don't escape them you end up with this error: vuejs/eslint-plugin-vue#2304 which is even more confusing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
gives me
I also tried
but that does the same thing. I have verified that the path is correct because the app errors when it's not there.
Beta Was this translation helpful? Give feedback.
All reactions