diff --git a/src/components/CardList/src/CardList.vue b/src/components/CardList/src/CardList.vue index ccaa125f..cff78265 100644 --- a/src/components/CardList/src/CardList.vue +++ b/src/components/CardList/src/CardList.vue @@ -22,9 +22,6 @@ const props = defineProps({ }) // 暴露内部方法 const emit = defineEmits(['getMethod', 'delete']) -const ListItem = List.Item -const CardMeta = Card.Meta -const TypographyText = Typography.Text // 获取slider属性 const sliderProp = computed(() => useSlider(4)) // 数据 @@ -129,7 +126,7 @@ async function handleDelete(id) {