We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b95bb commit 9eddd2bCopy full SHA for 9eddd2b
src/components/InfiniteLoading.vue
@@ -61,7 +61,7 @@ export default /* #__PURE__ */defineComponent({
61
// has slot and slot is pure text node
62
|| (
63
this.$slots[name]
64
- && this.$slots[name]()[0].type === Text
+ && this.$slots[name]()[0]?.type === Text
65
)
66
) {
67
// only apply default styles for pure text slot
0 commit comments