Static GitHub Issues

[1032] Wildcard slugs in router (allow for slashes in param)

prev: Hot reloading fails with no recovery after any source file deletion even if the file is not needed anymore
next: Fetching data via store server side not working

Is there an easy way where slashes can be allowed in the path for a given route?

This doc shows that you can create an optional parameter: https://nuxtjs.org/guide/routing/

Is it possible to create a file perhaps as _id*.vue for example which would generate the router config with a path that allows slashes in the parameter? I'm not sure if I'm just missing something or the best way to allow slashes as part of a parameter (or if it's actually possible with vue-router). Struggling a bit to find that info.

Thanks.

<!--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/c898">#c898</a>)</em></sub></div>