VUE 接口返回字符 \n数据,前端换行显示(replace替换)

效果图

msg为后台返回数据

replace(/\n/g, '
') 处理换行

 

HTML

 

js

 this.msg = msg.replace(/\#/g, "
"); //去掉#换成换行符