-
Notifications
You must be signed in to change notification settings - Fork 528
Closed
Labels
needs more info/workNeeds more info from the author or additional work to get mergedNeeds more info from the author or additional work to get mergedvue 3Related to the vue 3 adapterRelated to the vue 3 adapter
Description
@inertiajs/vue3 Version
2.2.1
Backend stack (optional)
Laravel 12.x (latest)
PHP 8.4
NuxtUI 4
Describe the problem
I have a 'chips' that work like filters, e.g. how YouTube has this on the frontpage: https://github.com/francoism90/stry/blob/4d5894ab2d78dd57938c80a75cb8c4d4af303d37/resources/js/pages/Tags/TagIndex.vue#L21
The problem is when switching between them (particular on this page) it doesn't seem to reset the scroller state. I have tried appending query parameters like ?page=1
, but I think the issue is actually in the remember state.
Steps to reproduce
- Add an query parameter
- Re-use same component
- State (pages?) seems to not reset
Metadata
Metadata
Assignees
Labels
needs more info/workNeeds more info from the author or additional work to get mergedNeeds more info from the author or additional work to get mergedvue 3Related to the vue 3 adapterRelated to the vue 3 adapter