How to use Nuxt to make a parallel route application?
Details:
https://github.com/nuxt/nuxt/discussions/26030
My hacky solution live demo with full source code:
https://stackblitz.com/~/github.com/serkodev/nuxt-parallel-routes-demo
GitHub
How to use Nuxt to make a parallel route application? · nuxt nuxt ·...
What I want to achieve? My solution My current approach is as follows: I have created routes under pages, but it only has definePageMeta({ name: 'xxx' }) without a <template>. I creat...
0 Replies