Skip to content

Commit

Permalink
fix playground WhenVisible always
Browse files Browse the repository at this point in the history
  • Loading branch information
kikyous committed Jan 23, 2025
1 parent 1b29f8a commit 022f94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

{#if items.length > 0}
<WhenVisible
once={false}
always
buffer={200}
params={{
data: {
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vue3/resources/js/Pages/InfiniteScroll.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const setItemType = (type: string) => {
<div v-if="!items" class="p-4 text-center bg-gray-100">Loading items...</div>
<WhenVisible
v-else
:once="false"
always
:buffer="200"
:params="{
data: {
Expand Down

0 comments on commit 022f94b

Please sign in to comment.