nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.79k stars 154 forks source link

fix: Page isn't navigated when clicking on the navigate button for a route with a parameter #674

Closed 456dev closed 2 weeks ago

456dev commented 3 weeks ago

🐛 The bug

Clicking on the navigate button doesn't actually navigate anywhere

image

🛠ī¸ To reproduce

https://stackblitz.com/edit/github-uuh74h?file=pages%2F%5Bid%5D.vue

🌈 Expected behavior

clicking on the button labeled navigate should navigate to the specified page

ℹī¸ Additional context

using the enter key works as a workaround, as pointed out in #612. or using the freeform url entry at the top