Skip to content

Commit

Permalink
Merge pull request #261 from boukadam/1.x
Browse files Browse the repository at this point in the history
fix: collapsed node length example
  • Loading branch information
leezng authored Nov 24, 2023
2 parents 7460b87 + 600ad7b commit 55c464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/VirtualList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="block">
<h3>vue-json-pretty(1000+ items):</h3>
<vue-json-pretty
:collapse-threshold="collapsedNodeLength"
:collapsed-node-length="collapsedNodeLength"
:virtual="true"
:item-height="+itemHeight"
:data="data"
Expand Down

0 comments on commit 55c464f

Please sign in to comment.