phongdt:fix layout article

This commit is contained in:
Duong Truong Phong
2024-06-03 15:19:24 +07:00
parent 27c4917697
commit 6bf22ee747
2 changed files with 5 additions and 4 deletions
@@ -7,6 +7,7 @@ const _props = defineProps<{
const definedDynamicPage: Record<string, any> = {
'Home' : HomeBasic,
'Article': HomeBasic
}
const getCurrentTemplate = computed(() => {