Prevent page from behaving like a nested route
I have the following page structure:
Something I considered was using the following tree structure:
corrections,grid,index,andpage/[pageId]are child routes of[auditId].vueduplicateis a separate route, and should not inherit from[auditId].vue's layout.
Something I considered was using the following tree structure: