Answer the question
In order to leave comments, you need to log in
Nuxt folder index.vue routing?
pages -> people -> index.vue + _index.js
folders:
pages - people
files in index folder and its js code are separated.
Nuxt spits out this
{
path: "/people/:index",
component: '...._index.js',
children: [{
path: "",
component: '...._index.vue,
name: "people"
}]
},
{
path: "/people",
component: '...._index.vue,
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question