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


<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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM