[Vuejs]-Can I use multiple same route guards one after another?

0👍

This is not currently supported and does not seem like it will be. There are some workarounds mentioned in the thread though such as calling multiple guards within a single guard

https://github.com/vuejs/vue-router/issues/721

Leave a comment