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
> **Please Note:** Due to the very limited scope of this module, I do not anticipate needing to make very many changes to it. Expect long stretches of zero updates—that does not mean that the module is outdated.
6
8
7
9
A vue.js plugin to implement a middleware pipeline between your routes.
8
10
9
-
It can be used to guard protected routes or to request an API to populate the store before a route is loaded.
11
+
It can be utilized for many use cases like protecting a route or to request an API to populate the store before a route is loaded.
10
12
The plugin utilizes [vue-router navigation guards](https://router.vuejs.org/guide/advanced/navigation-guards.html) to implement easy to use, readable and more organized middlewares for your routes.
0 commit comments