update vue template

This commit is contained in:
MarcZierle 2022-01-06 19:02:52 +01:00
parent 4432643a7e
commit 6ca08e945b

View File

@ -18,7 +18,7 @@
data() { data() {
return { return {
title: "Hi there", title: "Hi there",
count: 4, count: 5,
headingColor: 'some' headingColor: 'some'
} }
}, },
@ -49,4 +49,4 @@
} }
</style> </style>
</body> </body>
</html> </html>