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
posva
changed the title
Improperly rendering when changing delimeters and render with template strings
Using < in custom delimiters yields wrong compiled template
Feb 8, 2017
Vue.js version
2.1.10
Reproduction Link
https://jsfiddle.net/mwmaaju6/
Steps to reproduce
It seem that Vue parse the template strings improperly.
if you add a space before open delimiter. The rendering is correct.
try inside
<p> tag
<p> <% text %> </p>
What is Expected?
correctly rendering
What is actually happening?
improperly rendering, I seem to strip the next tags, in this case <textarea>
The text was updated successfully, but these errors were encountered: