thainv-dev: sửa lại cấu trúc folder
This commit is contained in:
@@ -28,6 +28,7 @@ watch(currentPage, () => {
|
||||
useHead({
|
||||
title: () => currentPage.value.title || ''
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -47,7 +47,7 @@ watch(currentArticle, async () => {
|
||||
break;
|
||||
|
||||
case 3:
|
||||
isContentType = 'trang-chi-tiet-bai-viet-postcart'
|
||||
isContentType = 'trang-chi-tiet-podcast'
|
||||
break;
|
||||
|
||||
case 4:
|
||||
|
||||
@@ -20,7 +20,6 @@ const store = reactive({
|
||||
})();
|
||||
|
||||
watch(currentPage, () => {
|
||||
console.log(currentPage.value)
|
||||
store.dynamicPage.setSectionPublished();
|
||||
store.dynamicPage.setComponentPublished()
|
||||
}, { deep: true })
|
||||
|
||||
Reference in New Issue
Block a user