首页 > 其他 > 详细

vue 界面显示保留\n \r 换行效果

时间:2020-08-03 13:32:07      阅读:541      评论:0      收藏:0      [点我收藏+]

<template slot-scope="{row}" slot="sqlText">
<p v-html="row.sqlText" style="white-space: pre-line;"></p>
</template>
style="white-space: pre-line;" 这个样式很重要


利用 v-html 展示 str.replace(/\n|\r\n/g, ‘<br>‘) 数据 完美解决

源文:
https://www.cnblogs.com/ZMargo/articles/13294918.html
https://www.cnblogs.com/wang-xx/p/11677496.html

vue 界面显示保留\n \r 换行效果

原文:https://www.cnblogs.com/shy1766IT/p/13425673.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!