NuxtN
Nuxtβ€’2y agoβ€’
9 replies
kogratte

Reuse pages?

Good evening!

I have a set of pages I would like to use in different locations, without duplications.

Let's imagine the global structure.
/my-module/
/my-module/a.vue
/my-module/b.vue

I now want to use those pages in a different context.

/context/my-module
/context/my-module/a.vue
/context/my-module/a.vue

Behaviour should remain the same, only context is changing.

As those are pages, not components, I'm not sure how to achieve this.

Any clue?

#layer #pages #reuse
Was this page helpful?