diff --git a/apps/web-antdv-next/src/components/description/description.vue b/apps/web-antdv-next/src/components/description/description.vue index 09f5c2697..116741755 100644 --- a/apps/web-antdv-next/src/components/description/description.vue +++ b/apps/web-antdv-next/src/components/description/description.vue @@ -9,7 +9,7 @@ import { computed, defineComponent, ref, unref, useAttrs } from 'vue'; import { get, getNestedValue, isFunction } from '@vben/utils'; -import { Card, Descriptions } from 'antdv-next'; +import { Card, Descriptions, DescriptionsItem } from 'antdv-next'; const props = { bordered: { default: true, type: Boolean },