We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3dd224 commit 5e5c777Copy full SHA for 5e5c777
src/index.js
@@ -53,6 +53,7 @@ VuePageStackPlugin.install = function(Vue, { router, name = config.componentName
53
}
54
55
56
+ // ensure it's the first beforeEach hook
57
router.beforeHooks.unshift(beforeEach);
58
};
59
0 commit comments