correct vue template to {{time}} (#91)

This commit is contained in:
81Magical
2022-06-07 19:32:36 +01:00
committed by GitHub
parent 782e9c7a75
commit 73fca45f73

View File

@@ -13,5 +13,5 @@ onUnmounted(() => {
</script>
<template>
<p>Current time: {time}</p>
<p>Current time: {{time}}</p>
</template>