minhnt-dev: dynamic section

This commit is contained in:
MoreStrive
2024-06-04 09:59:12 +07:00
parent 45cd7780d6
commit 4d239e9f32
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ watch(currentPage, () => {
}, { deep: true })
useHead({
title: currentPage.value.title || ''
title: () => currentPage.value.title || ''
})
</script>