phongdt:audio podcast

This commit is contained in:
Duong Truong Phong
2024-05-31 15:29:14 +07:00
parent 3a7132ea98
commit 9e72b00aa7
5 changed files with 54 additions and 442 deletions
-2
View File
@@ -3,7 +3,6 @@ import _cloneDeep from 'lodash/cloneDeep';
import DynamicTemplate from "~/components/dynamic-page/page/templates/index.vue";
import DynamicSection from "~/components/dynamic-page/page-section/templates/index.vue";
import Podcast from "~/components/article/podcast.vue"
import { useDynamicPageStore } from '~/stores/dynamic-page';
const { currentPage, sectionPublished, componentPublished } = storeToRefs(useDynamicPageStore());
@@ -34,7 +33,6 @@ useHead({
<template>
<main class="h-screen" v-if="currentPage">
<DynamicTemplate :settings="currentPage.settings">
<Podcast></Podcast>
<template v-if="sectionPublished && sectionPublished.length > 0">
<DynamicSection
v-for="(section, index) in sectionPublished"