Skip to content
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

关于Clocker这个组件 #2258

Closed
lonelyleft opened this issue Nov 29, 2017 · 0 comments
Closed

关于Clocker这个组件 #2258

lonelyleft opened this issue Nov 29, 2017 · 0 comments

Comments

@lonelyleft
Copy link

如果一个页面中,在父组件中引入Clocker组件使用,在父组件的子组件中也引入Clocker组件并使用
在页面跳转前会引发多次该组件的beforeDestroy勾子函数:
this.clocker.remove()
this.clocker = null
在第二次执行时将会报错
除了将原文件修改为
this.clocker && this.clocker.remove()
this.clocker = null
之外,有什么更好的解决方式么

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants