Skip to content

Conversation

racehd
Copy link
Contributor

@racehd racehd commented Oct 12, 2025

The v-pagination component had both @update:model-value and @next/@Prev handlers, causing pagination to increment twice on desktop (mdAndUp=true). The @next/@Prev handlers were redundant since @update:model-value already handles all pagination changes.

Removed @next/@Prev to fix issue. Verified changes by building local docker image and testing both mobile and desktop viewports.

The v-pagination component had both @update:model-value and @next/@Prev handlers, causing pagination to increment twice on desktop (mdAndUp=true). The @next/@Prev handlers were redundant since @update:model-value already handles all pagination changes.

Removed @next/@Prev to fix issue. Verified changes by building local docker image and testing both mobile and desktop viewports.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant