0π
β
The NUXT/vue route is using path-to-regex modules, so I have to go through their documentation and evenually I found the solution as below:
path: '/*/:brand(.*br_.*)'
Source:stackexchange.com
0π
The NUXT/vue route is using path-to-regex modules, so I have to go through their documentation and evenually I found the solution as below:
path: '/*/:brand(.*br_.*)'