Skip to content

Commit 4baed2b

Browse files
authored
feat: add isFirstLoad access for spinner slot (#288)
1 parent d4dc0b3 commit 4baed2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/InfiniteLoading.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class="infinite-status-prompt"
55
v-show="isShowSpinner"
66
:style="slotStyles.spinner">
7-
<slot name="spinner">
7+
<slot name="spinner" v-bind="{ isFirstLoad }">
88
<spinner :spinner="spinner" />
99
</slot>
1010
</div>

0 commit comments

Comments
 (0)