We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65db6b8 + 94e3983 commit f0905a0Copy full SHA for f0905a0
resources/views/components/plugins/list.blade.php
@@ -74,8 +74,11 @@ class="mx-auto w-full max-w-8xl px-5 sm:px-10"
74
get currentPage() {
75
return +this._currentPage
76
},
77
- set currentPage(value) {
+ set currentPage(value) {
78
this._currentPage = value
79
+ this.$nextTick(() => {
80
+ this.$refs.section.scrollIntoView({ behavior: 'smooth' })
81
+ })
82
83
84
perPage: 24,
0 commit comments