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
countDown 组件更新 ent-time 属性的值后,旧的定时器没有被清空,导致组件更新冲突。
codesandbox: https://codesandbox.io/s/zpfbfn?file=/src/App.vue
预期行为: 重复更新 ent-time 后,组件可以正常更新倒计时的值。
实际行为: 重复更新 ent-time 后,组件更新倒计时冲突 。
点击链接中的按钮,即可看到问题。 codesandbox: https://codesandbox.io/s/zpfbfn?file=/src/App.vue
The text was updated successfully, but these errors were encountered:
fix(countdown): 修复倒计时组件重复更新end-time时的组件更新问题 (jd-opensource#1119)
a930e11
I fix the problem, hope can be merged~🥰
Sorry, something went wrong.
fix(countdown): 修复倒计时组件重复更新end-time时的组件更新问题 (#1119) (#1120)
ea8156e
yangxiaolu1993
No branches or pull requests
问题描述
countDown 组件更新 ent-time 属性的值后,旧的定时器没有被清空,导致组件更新冲突。
最小可复现仓库
codesandbox:
https://codesandbox.io/s/zpfbfn?file=/src/App.vue
预期的行为和实际行为
预期行为:
重复更新 ent-time 后,组件可以正常更新倒计时的值。
实际行为:
重复更新 ent-time 后,组件更新倒计时冲突 。
复现步骤,具体代码
点击链接中的按钮,即可看到问题。
codesandbox:
https://codesandbox.io/s/zpfbfn?file=/src/App.vue
相关环境信息
The text was updated successfully, but these errors were encountered: