MediaCardSlideView slot

This commit is contained in:
jxxghp
2023-07-01 07:40:35 +08:00
parent 80ea36e17d
commit 1496379fa1
3 changed files with 78 additions and 50 deletions
@@ -8,6 +8,7 @@ const props = defineProps({
type: String,
});
// 数据列表
const dataList = ref<Subscribe[]>([]);