We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6226503 commit 38d5459Copy full SHA for 38d5459
benchmarks/reorder-list/index.html
@@ -15,7 +15,7 @@
15
16
<script type="text/x-template" id="t">
17
<div>
18
- <h1>{{ total }} Components</h1>
+ <h1>{{ items.length }} Components</h1>
19
<p>{{ action }} took {{time}}ms.</p>
20
<button @click="shuffle">shuffle</button>
21
<button @click="add">add</button>
0 commit comments