Version
3.1.1
Reproduction link
https://codesandbox.io/s/vue-template-7z1uq
Steps to reproduce
- Create minimal App with vue router.
- Register global mixin with hook beforeRouterEnter
- Try to open page
What is expected?
A working beforeRouterEnter hook in all components in app
What is actually happening?
Get error in console " TypeError: guard is not a function
at routeEnterGuard (vue-router.common.js:2242)..."
This worked in vue 2.5.21