mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
correct vue template to {{time}} (#91)
This commit is contained in:
@@ -13,5 +13,5 @@ onUnmounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<p>Current time: {time}</p>
|
||||
<p>Current time: {{time}}</p>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user