phongdt:podcast details

This commit is contained in:
Duong Truong Phong
2024-05-31 16:38:12 +07:00
parent 9e72b00aa7
commit 2f8c9b9cb8
8 changed files with 44 additions and 63 deletions
@@ -1,6 +1,4 @@
<script setup lang="ts">
import { isEmpty } from 'lodash';
const emit = defineEmits(['dropData', 'selectComponent'])
const _props = defineProps<{
dataResult?: any[]