Nuxt.js 中具有前缀的参数的目录结构应该是什么?

What should be the directory structure for the param having prefix in Nuxt.js?

我有一条类似 /en/rent-:productSlug

的路线

上面路由的目录结构应该是什么,因为参数 productSlug 有前缀 rent

如文档中所写,您有几种扩展路由器的方法:https://nuxtjs.org/docs/features/file-system-routing#extending-the-router

https://github.com/nuxt-community/router-extras-module 通常就足够了,不确定这是否对前缀有帮助。如果没有,你当然可以把它写在你找到的配置中。