v-html parse mail address format #1671
mehmetpolat
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an HTML content in a Vue 3 project that contains an email address
(
<a href="mailto:[email protected]>[email protected]<a/>
). When I tried to display it on the screen using the v-html directive, it gave me an 'Unexpected lexical analysis' error. I solved the problem by replacing the data withcontact@example.com
. Was there any other solution to this?Beta Was this translation helpful? Give feedback.
All reactions