antfu-collective / vite-ssg

Static site generation for Vue 3 on Vite
MIT License
1.27k stars 129 forks source link

Implement optional route parameters #386

Open wwwtony5488 opened 7 months ago

wwwtony5488 commented 7 months ago

Clear and concise description of the problem

The router's pages should support a construction as follows

pages/
 -[[foo]]/
 --bar
 ---index.vue

Suggested solution

It's already implement at Nuxt 3, only need to achieve the same things

Alternative

No response

Additional context

No response

Validations