html/vue 输出textarea内容换行
CSS
.p{
white-space: pre-line;
}
Examples
<p style="white-space: pre-line;font-size:16px;color:#777;">{{row.ent_profile}}</p>
.p{
white-space: pre-line;
}
<p style="white-space: pre-line;font-size:16px;color:#777;">{{row.ent_profile}}</p>