diff --git a/components/dynamic-page/page-component/templates/articles/cards/Audio.vue b/components/dynamic-page/page-component/templates/articles/cards/Audio.vue index 9ba2be3..179fecc 100644 --- a/components/dynamic-page/page-component/templates/articles/cards/Audio.vue +++ b/components/dynamic-page/page-component/templates/articles/cards/Audio.vue @@ -9,6 +9,7 @@ const props = defineProps<{ dataQuery?: any; layout?: string; label?: any; + component?: any; }>(); const LAYOUT_PARSE = computed(() => { @@ -51,7 +52,7 @@ const parseData = computed(() => {