Skip to content

Commit 600ad7b

Browse files
committed
fix collapsed node length example
1 parent 0f0b1f0 commit 600ad7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/VirtualList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="block">
3939
<h3>vue-json-pretty(1000+ items):</h3>
4040
<vue-json-pretty
41-
:collapse-threshold="collapsedNodeLength"
41+
:collapsed-node-length="collapsedNodeLength"
4242
:virtual="true"
4343
:item-height="+itemHeight"
4444
:data="data"

0 commit comments

Comments
 (0)