From 6ca08e945be09b4f0e12e9a85a77a9da401f4596 Mon Sep 17 00:00:00 2001
From: MarcZierle <online@marczierle.com>
Date: Thu, 6 Jan 2022 19:02:52 +0100
Subject: [PATCH] update vue template

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index cffa2cb..0fe2340 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,7 @@
                 data() {
                     return {
                         title: "Hi there",
-                        count: 4,
+                        count: 5,
                         headingColor: 'some'
                     }
                 },
@@ -49,4 +49,4 @@
             }
         </style>
     </body>
-</html>
\ No newline at end of file
+</html>