2.6.11
https://codepen.io/kubotafumiya/pen/qBOwEOV
<div id="app">
<textarea>
Three line breaks are ignored.
</textarea>
</div>
new Vue({
el: '#app',
});
The line breaks are removed.
Line breaks are not deleted.
https://html.spec.whatwg.org/multipage/syntax.html#element-restrictions
I think it's okay for a single line break to be ignored according to this specification.
I found the reason. Can i take this issue.
@wonhyoung05 Yes, I couldn't find an existing issue or PR for this problem
Most helpful comment
I found the reason. Can i take this issue.