Skip to content
New issue

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

About non-HTML-escaped interpolation #252

Open
FungSaikit opened this issue Jul 10, 2019 · 0 comments
Open

About non-HTML-escaped interpolation #252

FungSaikit opened this issue Jul 10, 2019 · 0 comments

Comments

@FungSaikit
Copy link

FungSaikit commented Jul 10, 2019

According to the guide of Vue.js, using triple mustache for non-HTML-escaped interpolation is deprecated. This usage throws exception.
<!-- use triple mustache for non-HTML-escaped interpolation --> {{{ meta }}}
And it should be like this:
<p>Using v-html directive: <span v-html="rawHtml"></span></p>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant