New line character in <textarea> broken
Version
3.0.7
Reproduction link
https://jsfiddle.net/ft1d0ump/
Steps to reproduce
Mount vue to target element:
let VueApp = {} let vm = Vue.createApp(VueApp).mount('#form');
What is expected?
New line character in
What is actually happening?
New line character changes into "space"