How can I show the bootloader when the router changes in vue 2
1 answer
You can also use navigation guards to set a beforeEach method that will run before each new route is entered: https://router.vuejs.org/en/advanced/navigation-guards.html
+2
source to share