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
问题描述 [问题描述:尽可能简洁清晰地把问题描述清楚] talk is cheep,show you the code...
复现步骤 [复现问题的步骤]
[或者可以直接贴源代码]
<template> <view class="content"> <rich-text :nodes="content"></rich-text> </view> </template> <script> export default { data() { return { content: `, <div class="class1 class2 class3">class1 2 3 4 5</div> <div class='class1 class2 class3'>class1 2 3 4 5</div> <h1>asdasda</h1> ` } }, methods: {} } </script> <style></style>
预期结果 [使用简洁清晰的语言描述你希望生效的预期结果]
正确拼装 class
class
实际结果 [这里请贴上你的报错截图或文字]
系统信息:
h5、5+APP
Mac开发环境,谷歌浏览器和Android、iOS手机都能复现
正式版 2.2.2, alpha 版 2.2.5
npm run info
直接 IDE 上执行 run 操作进行编译运行
iPhone 8 ,红米手机
补充信息 [可选] [根据你的分析,出现这个问题的原因可能在哪里?]
The text was updated successfully, but these errors were encountered:
fix(h5): multiple classes (rich-text) #756
a8d94c0
No branches or pull requests
问题描述
[问题描述:尽可能简洁清晰地把问题描述清楚]
talk is cheep,show you the code...
复现步骤
[复现问题的步骤]
[或者可以直接贴源代码]
预期结果
[使用简洁清晰的语言描述你希望生效的预期结果]
正确拼装
class
实际结果
[这里请贴上你的报错截图或文字]
系统信息:
h5、5+APP
Mac开发环境,谷歌浏览器和Android、iOS手机都能复现
正式版 2.2.2, alpha 版 2.2.5
npm run info
的运行结果]直接 IDE 上执行 run 操作进行编译运行
iPhone 8 ,红米手机
补充信息
[可选]
[根据你的分析,出现这个问题的原因可能在哪里?]
The text was updated successfully, but these errors were encountered: