From 407d0bf25d268887ecf38678b6dcc0014ae56a87 Mon Sep 17 00:00:00 2001 From: XuZhiqiang Date: Wed, 17 Jun 2026 15:41:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(@vben/web-antdv-next):=20Description?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=B7=BB=E5=8A=A0=20DescriptionsItem=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antdv-next/src/components/description/description.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },