This commit is contained in:
MoreStrive
2024-07-12 19:14:35 +07:00
11 changed files with 467 additions and 142 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) {