Răsfoiți Sursa

chore: use reactive components count in benchmark (#7996)

jonkofee 8 ani în urmă
părinte
comite
38d5459e10
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      benchmarks/reorder-list/index.html

+ 1 - 1
benchmarks/reorder-list/index.html

@@ -15,7 +15,7 @@
 
     <script type="text/x-template" id="t">
       <div>
-        <h1>{{ total }} Components</h1>
+        <h1>{{ items.length }} Components</h1>
         <p>{{ action }} took {{time}}ms.</p>
         <button @click="shuffle">shuffle</button>
         <button @click="add">add</button>