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 @@ }