-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Description
Reproduction
Not sure if that can be reproduce
Steps to reproduce the bug
This issue refer to another one : #845
In my case :
- Go to a route with a parameter
- Go back to the index page (that is a page without parameter)
Expected behavior
Expect to go to a page without parameter from a page with it.
Actual behavior
Uncaught (in promise) Error: Missing required param "slug"
Additional information
Hello,
Still have the same bug in NUXT ^3.12.4
.
When clicking to go back to landing page, the issue is throw even if landing.vue
doesn't need any param.
Structure folder :
- [slug]
- index.vue
- landing.vue
Component button (nuxt-link behind) :
<CoreButton
:to="{
name: 'landing',
}"
text="Go to home"
/>
Metadata
Metadata
Assignees
Labels
No labels