From 63b11c1f82a86af8cbc84a76a068d31b67d177d1 Mon Sep 17 00:00:00 2001
From: jonkofee <jonkofee@icloud.com>
Date: Tue, 10 Apr 2018 18:44:08 +0300
Subject: [PATCH] Reactive components count

---
 benchmarks/reorder-list/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/reorder-list/index.html b/benchmarks/reorder-list/index.html
index 81b5a26d0d8..668160b0719 100644
--- a/benchmarks/reorder-list/index.html
+++ b/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>