Replies: 1 comment 2 replies
-
Just add |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
How to handle sub route after dynamic tab
http://localhost:5173/clients/view/1/pre-assessment
-->http://localhost:5173/clients/view/[id]/[tab]
This above URL is working file, I would like to add sub route(
list
,add
) afterpre-assessment
[tab] so my new URL should likehttp://localhost:5173/clients/view/1/pre-assessment/list
http://localhost:5173/clients/view/1/pre-assessment/add
The below is the file structure that I have followed now
can anyone help me to make this sub route.
Thanks
Reproduction
nill
System Info
I'm using vue 3.2.47 and vite-plugin-pages 0.29.0
Used Package Manager
yarn
Validations
Beta Was this translation helpful? Give feedback.
All reactions