You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/Slots.vue
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,20 @@
8
8
9
9
<h4>no-results</h4>
10
10
<pv-show="$parent.docVersion < 1">This content will be display when the <code>InfiniteLoading</code> component received <code>$InfiniteLoading:noResults</code> event.</p>
11
-
<pv-show="$parent.docVersion >= 1">This content will be display when the <code>InfiniteLoading</code> component received <code>$InfiniteLoading:complete</code> event and it never received <code>$InfiniteLoading:loaded</code> event.</p>
11
+
<pv-show="$parent.docVersion >= 1">This content will be display when
12
+
<spanv-show="$parent.docVersion < 2.2">the <code>InfiniteLoading</code> component received <code>$InfiniteLoading:complete</code> event and it never received <code>$InfiniteLoading:loaded</code> event.</span>
13
+
<spanv-show="$parent.docVersion >= 2.2">the <code>complete</code> method of <code>$state</code> argument be called and the <code>loaded</code> method of <code>$state</code> has never be called in the <code>infinite</code> event handler.</span>
14
+
</p>
12
15
<pre>
13
16
- type String
14
17
- default No results :(</pre>
15
18
16
19
<h4>no-more</h4>
17
20
<pv-show="$parent.docVersion < 1">This content will be display when the <code>InfiniteLoading</code> component received <code>$InfiniteLoading:noMore</code> event.</p>
18
-
<pv-show="$parent.docVersion >= 1">This content will be display when the <code>InfiniteLoading</code> component received <code>$InfiniteLoading:complete</code> event and it has been received <code>$InfiniteLoading:loaded</code> event.</p>
21
+
<pv-show="$parent.docVersion >= 1">This content will be display when
22
+
<spanv-show="$parent.docVersion < 2.2">the <code>InfiniteLoading</code> component received <code>$InfiniteLoading:complete</code> event and it has been received <code>$InfiniteLoading:loaded</code> event.</span>
23
+
<spanv-show="$parent.docVersion >= 2.2">the <code>complete</code> method of <code>$state</code> argument be called and the <code>loaded</code> method of <code>$state</code> already called in the <code>infinite</code> event handler.</span>
0 commit comments