This commit is contained in:
nguyen van thai
2024-07-10 17:39:38 +07:00
parent 212e6d357c
commit 7da82c9101
12 changed files with 553 additions and 153 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const article = await store.article.getArticleBySlug(String(route.params.slug));
isContentType = 'trang-chi-tiet';
break;
case 4:
isContentType = 'trang-chi-tiet';
isContentType = 'trang-video';
break;
case 5:
if (article.value?.layoutType === 4) {