Replies: 1 comment 4 replies
-
See https://iles.pages.dev/guide/routing#override-routes. It supports dynamic routes. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Say I have a incoming request
/abc.com
, but I want it to render using pagepages/store/[name].vue
underneath.Is it possible to implement such features currently?
I tried to use
router.beforeResolve
withinenhanceApp
, but it will change the url of the page. Can it be done without changing the url?Beta Was this translation helpful? Give feedback.
All reactions