Skip to content

Commit 38d5459

Browse files
jonkofeeyyx990803
authored andcommitted
chore: use reactive components count in benchmark (#7996)
1 parent 6226503 commit 38d5459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/reorder-list/index.html

+1-1
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)