Skip to content

Commit

Permalink
fix(default-theme): watch correct pagination param (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucmus authored Dec 2, 2020
1 parent 6dc6627 commit 920a8f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default-theme/src/components/SwProductListing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
:current="getCurrentPage"
:total="getTotalPagesCount"
:visible="5"
pageParamName="p"
@click="changePage"
>
<template #prev>
Expand Down

1 comment on commit 920a8f1

@vercel
Copy link

@vercel vercel bot commented on 920a8f1 Dec 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.