You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Failed to execute 'removeEventListener' on 'EventTarget': 2 arguments required, but only 1 present.
at unbind (vuerify.common.js:79)
at callHook$1 (vue.common.js:4689)
at _update (vue.common.js:4654)
at updateDirectives (vue.common.js:4596)
at Array.unbindDirectives (vue.common.js:4590)
at invokeDestroyHook (vue.common.js:4241)
at invokeDestroyHook (vue.common.js:4245)
at VueComponent.patch [as patch] (vue.common.js:4507)
at VueComponent.Vue.$destroy (vue.common.js:2602)
at destroy$1 (vue.common.js:2813)
The text was updated successfully, but these errors were encountered:
由于v-vuerify-next好像没有github地址,所以只能在这里提issues
v-vuerify-next的:vuerify.common.js 大概在78行
查了MDN文档, EventTarget.removeEventListener需要两个参数的,当我子路由采用懒加载打包后跑项目就会报错
错误如下:
TypeError: Failed to execute 'removeEventListener' on 'EventTarget': 2 arguments required, but only 1 present.
at unbind (vuerify.common.js:79)
at callHook$1 (vue.common.js:4689)
at _update (vue.common.js:4654)
at updateDirectives (vue.common.js:4596)
at Array.unbindDirectives (vue.common.js:4590)
at invokeDestroyHook (vue.common.js:4241)
at invokeDestroyHook (vue.common.js:4245)
at VueComponent.patch [as patch] (vue.common.js:4507)
at VueComponent.Vue.$destroy (vue.common.js:2602)
at destroy$1 (vue.common.js:2813)
The text was updated successfully, but these errors were encountered: