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
HTML encoding is only required if you literal values in HTML directly. You don't have to encode the value in JavaScript. Make the following changes and it should work.
Version
2.6.8
Reproduction link
https://jsfiddle.net/khydf31a/
Steps to reproduce
Put the
href
with subject and content for<a> tag
in a data and use:href
insteadWhat is expected?
For tag to open email client with prefilled content and title,
v-bind:href
should return the same result as just usinghref
What is actually happening?
When using v-bind, content of email is ignored
Same issue with
sms:?&body=something
The text was updated successfully, but these errors were encountered: