Static GitHub Issues

[2985] Dynamically generated route path does not work for snake case page names

prev: Plugin“ “browser-sync” ” introduced does not take effect? How to deal with?
next: pages目录下的页面都会被路由访问到?如何避免非路由的页面

If I create a new nuxt page called sign_up.vue, createRouter() in router.js from nuxt generates the following route:

routes: [
{
  path: "/sign:up",
  component: _1afcc2c0,
  name: "signup"
},

With this bug, I wouldn't be able to create another page called sign_in.vue as it collides with the dynamically generated route.

https://spiky-part.glitch.me is an example of this bug.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2589">#c2589</a>)</em></sub></div>