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
Just no error or the document should indicate that user should not use component route guard mixins before vue-router is installed.
What is actually happening?
TypeError: Cannot read property 'apply' of undefined
at boundRouteGuard (https://6pyng.csb.app/node_modules/vue-router/dist/vue-router.common.js:2297:20)
at iterator (https://6pyng.csb.app/node_modules/vue-router/dist/vue-router.common.js:2160:7)
at step (https://6pyng.csb.app/node_modules/vue-router/dist/vue-router.common.js:1886:9)
at runQueue (https://6pyng.csb.app/node_modules/vue-router/dist/vue-router.common.js:1894:3)
at HTML5History.confirmTransition (https://6pyng.csb.app/node_modules/vue-router/dist/vue-router.common.js:2187:3)
at HTML5History.transitionTo (https://6pyng.csb.app/node_modules/vue-router/dist/vue-router.common.js:2074:8)
at HTML5History.push (https://6pyng.csb.app/node_modules/vue-router/dist/vue-router.common.js:2405:10)
at VueRouter.push (https://6pyng.csb.app/node_modules/vue-router/dist/vue-router.common.js:2820:18)
at handler (https://6pyng.csb.app/node_modules/vue-router/dist/vue-router.common.js:1100:18)
at invokeWithErrorHandling (eval at Qr (https://codesandbox.io/static/js/sandbox.37b4bff87.js:1:178758), <anonymous>:1859:26)
at HTMLAnchorElement.invoker (eval at Qr (https://codesandbox.io/static/js/sandbox.37b4bff87.js:1:178758), <anonymous>:2184:14)
at HTMLAnchorElement.original._wrapper (eval at Qr (https://codesandbox.io/static/js/sandbox.37b4bff87.js:1:178758), <anonymous>:7543:25)
The text was updated successfully, but these errors were encountered:
posva
changed the title
Error: Cannot read property 'apply' of undefined
mixins with navigation guards should go after installing vue router
Aug 8, 2020
Version
3.1.6
Reproduction link
https://codesandbox.io/s/stupefied-river-6pyng
Steps to reproduce
use component route guard before vue-router installed.
What is expected?
Just no error or the document should indicate that user should not use component route guard mixins before vue-router is installed.
What is actually happening?
The text was updated successfully, but these errors were encountered: