fix(@vben/web-antdv-next): Description组件添加 DescriptionsItem 组件导入

pull/362/head
XuZhiqiang 2026-06-17 15:41:52 +08:00
parent e843b75e40
commit 407d0bf25d
1 changed files with 1 additions and 1 deletions

View File

@ -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 },