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 <nuxt-link> 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: