Closed jensbuehl closed 2 months ago
When switching between views, have a global loading state instead of partial loading states per component.
Consider using vuex.
router.beforeEach and router.afterEach might be a hint to get started.
router.beforeEach
router.afterEach
I cannot recall the use case and why that might be better. Will keep it as soon s for now.
When switching between views, have a global loading state instead of partial loading states per component.