Skip to content

Commit

Permalink
Merge pull request #421 from zirreal/master
Browse files Browse the repository at this point in the history
test build
  • Loading branch information
zirreal authored Jan 21, 2025
2 parents ea9340c + 22f6852 commit 055ca73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/blog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ query ($locale: String!) {
watch: {
'$route.query.page': {
// immediate: true,
handler(newPage) {
const parsedPage = parseInt(newPage, 10) || 1;
if (parsedPage > this.totalPages) {
Expand Down

0 comments on commit 055ca73

Please sign in to comment.