Skip to content

Commit 7daf812

Browse files
committed
Update document
1 parent 4676e9a commit 7daf812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Slots are provided for rendering content dynamically. Here are slots that are id
130130

131131
|Slot|Props|Description|
132132
|---|---|---|
133-
|fallback||There are cases when it's useful to specify fallback (i.e. default) content for a slot, to be rendered only when no content is provided.|
133+
|fallback||There are cases when it's useful to specify fallback (i.e. default) content for a slot, to be rendered only when no content is provided. This slot is only available when `useTimeSlicing` prop sets to `true` because it takes longer to load the content.|
134134

135135
## Methods
136136

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<virtualised-tree
2929
ref="treeView"
3030
:nodes="nodes"
31-
:use-time-slicing="false"
31+
:use-time-slicing="true"
3232
:on-change="onChange"
3333
:viewport-height="viewportHeight"
3434
:initial-scroll-top="initialScrollTop"

0 commit comments

Comments
 (0)