antfu-collective / vitesse

🏕 Opinionated Vite + Vue Starter Template
https://vitesse.netlify.app/
MIT License
8.79k stars 932 forks source link

Page `hi` is missing dynamic route parameters #514

Closed yeojongki closed 9 months ago

yeojongki commented 9 months ago

Describe the bug

Reproduction: step 1: open the website: https://vitesse.netlify.app/ step 2: enter your name and click button go step 3: there is no name in the page hi

Reason: In the plugin vite-plugin-pages, we can get dynamic parameters from props (relative codes) But it doesn't work with unplugin-vue-router

Reproduction

👆

System Info

any system

Used Package Manager

pnpm

Validations