-
-
Couldn't load subscription status.
- Fork 1.3k
Open
Labels
externalThis depends on an external dependency but is kept opened to track itThis depends on an external dependency but is kept opened to track ithelp wantedExtra attention is neededExtra attention is needed
Description
Version
4.0.0-beta.9
Reproduction link
https://jsfiddle.net/ukeagtjm/
Steps to reproduce
const Mixin = { beforeRouteEnter(to, from, next) { console.log('****** Before route enter (mixin)'); next(); } }; ...
mixins:[Mixin] What is expected?
beforeRouteEnter() to run and log from mixin
What is actually happening?
beforeRouteEnter() is never executed
dmitrystas, emiliemarchand, n10000k, zephyrJS, macieklamberski and 41 more
Metadata
Metadata
Assignees
Labels
externalThis depends on an external dependency but is kept opened to track itThis depends on an external dependency but is kept opened to track ithelp wantedExtra attention is neededExtra attention is needed