Ver código fonte

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

jonkofee 8 anos atrás
pai
commit
38d5459e10
1 arquivos alterados com 1 adições e 1 exclusões
  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>