diff --git a/components/LayoutFooter.vue b/components/LayoutFooter.vue index 2ffaa5a..5bd3a48 100644 --- a/components/LayoutFooter.vue +++ b/components/LayoutFooter.vue @@ -19,7 +19,7 @@ const props = defineProps({ const { now } = useNow() -const date = computed(() => now.value.toLocaleDateString('en-US')) +const date = computed(() => now?.value.toLocaleDateString('en-US'))