-
Notifications
You must be signed in to change notification settings - Fork 79
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
在弹窗中使用 #83
Comments
Error in beforeDestroy hook: "TypeError: function () { return scope_1.stop(); } is not a function how come nobody else report this... |
so quick fix would be to check if this._events[item] is array and if so iterate over it
ugly but with 4-yo over my head cant come up with nicer thing. |
我试一试吧 |
我解决了这个问题。 只需要在这个组件上面加入v-if 判断有url 的时候才渲染。 而不是用v-if来关闭他,这会导致你上面的错误。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当在element-ui的dialog组件内使用时,销毁dialog组件会导致播放器报错vue.runtime.esm.js:619 [Vue warn]: Error in beforeDestroy hook: "TypeError: function () {
src_instanceMap.delete(instance.VUE_DEVTOOLS_UID)
} is not a function"
found in
The text was updated successfully, but these errors were encountered: