Home

Issue: 3084

Possibility to change default route name

[issue link]

I suggest the ability to change the default route name…

For example…

/pages/users/_id.vue names to users-id, but if I want to use just name “user” I cant, and the problem is that I had the route: /users/:id but I had to add then into folders to have /cars/users/:id, then I had do check every where I was using the name users-id and change to cars-users-id, if I had the possibility to change the default, this could be fixed quickly…

A suggestion is:

This question is available on Nuxt.js community (#c2670)