This commit is contained in:
nguyen van thai
2024-07-16 11:37:38 +07:00
parent 5f72a107ce
commit 174a596db9
4 changed files with 146 additions and 3 deletions
@@ -29,7 +29,7 @@ function findElementPathById(categories: any[], targetId: number, path: any[] =
<nuxt-link class="font-raleway text-18px font-500 leading-180% uppercase" :to="`/${category.code}`">{{ category.title }}</nuxt-link>
</li>
</ul>
<h2 class="font-gelasio text-center text-44px font-bold leading-130%" v-if="currentArticle?.title" v-html="currentArticle?.title"></h2>
<div class="video-content" v-html="currentArticle.detail"></div>
</div>
</template>