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
描述bug 子应用的html的属性丢失
如何复现 给出详细的复现步骤 1、第一步 给一个子应用 html 标签上面加一些属性,比如lang, class, style="background: red" 这种 2、 第二步 单独打开子应用发现,html属性生效 3、 第三步 wujie 下的子应用的 html 属性丢失
错误截图
最小复现仓库或者地址
复现方式一 地址:https://wujie-micro.github.io/doc/wujie/ 的输入框中输入 https://j10240221.github.io/zhilingege.github.io/, 对比单独访问 https://j10240221.github.io/zhilingege.github.io/ ,即可发现巨大的差异
复现方式二 仓库:https://github.com/J10240221/wujie 的 html-attrs-lose-demo 分支,即可看到 对比直接访问 http://localhost:7100/home 的差异
http://localhost:7100/home
The text was updated successfully, but these errors were encountered:
fix: 修复 子应用 html 上的属性会被丢失的问题(Tencent#908)
7f84942
fix: 修复 子应用 html 上的属性会被丢失的问题(#908) (#909)
e2cf327
Co-authored-by: huazhilin <[email protected]>
No branches or pull requests
描述bug
子应用的html的属性丢失
如何复现
给出详细的复现步骤
1、第一步 给一个子应用 html 标签上面加一些属性,比如lang, class, style="background: red" 这种
2、 第二步 单独打开子应用发现,html属性生效
3、 第三步 wujie 下的子应用的 html 属性丢失
错误截图
最小复现仓库或者地址
复现方式一 地址:https://wujie-micro.github.io/doc/wujie/ 的输入框中输入 https://j10240221.github.io/zhilingege.github.io/, 对比单独访问 https://j10240221.github.io/zhilingege.github.io/ ,即可发现巨大的差异
复现方式二 仓库:https://github.com/J10240221/wujie 的 html-attrs-lose-demo 分支,即可看到 对比直接访问
http://localhost:7100/home
的差异The text was updated successfully, but these errors were encountered: