next
callback in beforeRouteEnter
is not firing.
Simple example:
beforeRouteEnter(to, from, next) {
next(vm => {
alert('test');
});
},
Also tried with console.log
, changing component data, etc.
1 post - 1 participant
next
callback in beforeRouteEnter
is not firing.
Simple example:
beforeRouteEnter(to, from, next) {
next(vm => {
alert('test');
});
},
Also tried with console.log
, changing component data, etc.
1 post - 1 participant