From 5f72a107ce8cd4e7d2327164c5d3638fa331eb0f Mon Sep 17 00:00:00 2001 From: Duong Truong Phong Date: Tue, 16 Jul 2024 11:19:46 +0700 Subject: [PATCH] phongdt:add id component --- .../page-component/templates/articles/cards/Audio.vue | 3 ++- .../page-component/templates/articles/cards/Card.vue | 2 ++ .../page-component/templates/articles/cards/MissBackground.vue | 3 ++- .../page-component/templates/articles/cards/Video.vue | 2 ++ .../page-component/templates/categories/categories/Default.vue | 3 ++- .../templates/categories/categories/Vertical.vue | 3 ++- .../page-component/templates/collections/articles/Audio.vue | 3 ++- .../page-component/templates/collections/articles/Default.vue | 3 ++- .../templates/collections/categories/misses/Default.vue | 3 ++- 9 files changed, 18 insertions(+), 7 deletions(-) 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(() => {