From 174a596db90e308f92129da7ab6ed40342b9c68d Mon Sep 17 00:00:00 2001 From: nguyen van thai Date: Tue, 16 Jul 2024 11:37:38 +0700 Subject: [PATCH] Fix --- .../templates/articles/details/Emagazine.vue | 72 +++++++++++++++++++ .../articles/details/Infographic.vue | 72 ++++++++++++++++++- .../templates/articles/details/Video.vue | 2 +- pages/bai-viet/[slug].vue | 3 +- 4 files changed, 146 insertions(+), 3 deletions(-) diff --git a/components/dynamic-page/page-component/templates/articles/details/Emagazine.vue b/components/dynamic-page/page-component/templates/articles/details/Emagazine.vue index 76783ac..32f5994 100644 --- a/components/dynamic-page/page-component/templates/articles/details/Emagazine.vue +++ b/components/dynamic-page/page-component/templates/articles/details/Emagazine.vue @@ -19,11 +19,83 @@ console.log(currentArticle.value, 'currentArticle') --> +