We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40840d commit ca290abCopy full SHA for ca290ab
src/pages/LiveSite.vue
@@ -54,7 +54,7 @@ const calendarTabs = computed(() => {
54
defineExpose({ data, calendarTabs, subtitle })
55
56
watchEffect(() => {
57
- document.title = `Tech Week ${data.value.year} - ${data.value ? data.value.location : ""}`
+ document.title = `Tech Week ${data.value ? data.value.year : ""} - ${data.value ? data.value.location : ""}`
58
})
59
</script>
60
0 commit comments