Sibling Routes from Parent Directory Structure in File-based Routing #2639
-
What problem is this solvingCurrently, I have two options for creating a /user/create route:
And now, I want all user-related pages to reside under I've tried using Proposed solutionA way to create sibling routes from within the parent directory structure, allowing:
Describe alternatives you've consideredNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
See posva/unplugin-vue-router#477 You can customize how files are parsed and transformed to routes through options and use groups to define their layouts. In your case, I think it's
|
Beta Was this translation helpful? Give feedback.
See posva/unplugin-vue-router#477
You can customize how files are parsed and transformed to routes through options and use groups to define their layouts. In your case, I think it's