nuxtpage: child page inside parent page
Hi, I have this page structure
app.vue
layouts/
--default.vue
pages/
--categories
----[category].vue
----index.vue
my problem is that i can't render the [category].vue inside the <nuxtPage /> from index.vue from the same folder... it just replaces the whole page, instead rendering the subcategories inside the nuxtPage...
What I'm doing wrong?
app.vue
layouts/
--default.vue
pages/
--categories
----[category].vue
----index.vue
my problem is that i can't render the [category].vue inside the <nuxtPage /> from index.vue from the same folder... it just replaces the whole page, instead rendering the subcategories inside the nuxtPage...
What I'm doing wrong?