We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
h5
h5 \n换行不支持
<template> <mp-html :content="htmlStr"></mp-html> </template> <script> export default { data: { htmlStr: 'a\nb' } } </script>
预期:换行显示; 实际:
修改源码中parse.js,可以实现换行效果:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用环境
h5
问题描述
h5 \n换行不支持
复现方式
预期:换行显示;
实际:
修改源码中parse.js,可以实现换行效果:
The text was updated successfully, but these errors were encountered: