Skip to content

Commit 60e6b00

Browse files
jonkofeehefeng
authored and
hefeng
committed
chore: use reactive components count in benchmark (vuejs#7996)
1 parent 32d1c39 commit 60e6b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/reorder-list/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<script type="text/x-template" id="t">
1717
<div>
18-
<h1>{{ total }} Components</h1>
18+
<h1>{{ items.length }} Components</h1>
1919
<p>{{ action }} took {{time}}ms.</p>
2020
<button @click="shuffle">shuffle</button>
2121
<button @click="add">add</button>

0 commit comments

Comments
 (0)