-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
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
feat(poup): mounted后才显示,避免ssr下mismatch #1654
base: develop
Are you sure you want to change the base?
Conversation
@@ -189,7 +188,6 @@ describe('calendar', () => { | |||
const $button = wrapper.findComponent(Button); | |||
await $button.trigger('click'); | |||
expect(onConfirm).toHaveBeenCalledTimes(1); | |||
expect(selectTime).toEqual(time); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
移除的原因是?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不知道为啥,改了后会影响这里的测试用例,不通过
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不知道为啥,改了后会影响这里的测试用例,不通过
从快照来看,测试环境里面 mounted 值一直是 false
fix #1518
🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
fix(popup): mounted 后才显示,避免 ssr 下 mismatch
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单