thainnv-dev: Nhúng
This commit is contained in:
@@ -82,6 +82,10 @@ useSeoMeta({
|
||||
ogDescription: () => currentArticle.value?.intro,
|
||||
twitterCard: 'summary_large_image',
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
console.log(document.querySelectorAll('document'), '12')
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -28,6 +28,8 @@ watch(currentPage, () => {
|
||||
useHead({
|
||||
title: 'Trang chủ'
|
||||
})
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user