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
1.3.1
https://stackblitz.com/edit/github-dyqiua-jdgwmf?file=src%2Fpages%2FHome.vue
根据官方文档 https://cn.vuejs.org/guide/scaling-up/ssr#teleports 改造后发现依然有告警
翻阅源代码发现是因为在 ssr 时并没有透传 attach 参数给 Teleport 组件
没有告警
复现截图
3.4.35
No response
临时 workround
<Popup v-if="isMounted"> ... const isMounted = ref(false); onMounted(() => { isMounted.value = true; })
pull request
The text was updated successfully, but these errors were encountered:
👋 @BuptStEve,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
这个问题已经解决了 https://stackblitz.com/edit/github-dyqiua-hq6ksx
相关提交:84f2262#diff-d037ed2b16e57f90eb76fbafebf87fbefcf28b8d05cb6d915b97b5f93f040b9eR8
@anlyyao @BuptStEve
feat(poup): mounted后才显示,避免ssr下mismatch
2b6a605
fix Tencent#1518
Successfully merging a pull request may close this issue.
tdesign-mobile-vue 版本
1.3.1
重现链接
https://stackblitz.com/edit/github-dyqiua-jdgwmf?file=src%2Fpages%2FHome.vue
重现步骤
根据官方文档 https://cn.vuejs.org/guide/scaling-up/ssr#teleports 改造后发现依然有告警
翻阅源代码发现是因为在 ssr 时并没有透传 attach 参数给 Teleport 组件
期望结果
没有告警
实际结果
复现截图
框架版本
3.4.35
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
临时 workround
IssueShoot
pull request
并合并为准The text was updated successfully, but these errors were encountered: