fix(@vben/web-antdv-next): Description组件添加 DescriptionsItem 组件导入
parent
e843b75e40
commit
407d0bf25d
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue