From b78f06898ffce0ebcea64a42e7686ef52f6610e5 Mon Sep 17 00:00:00 2001 From: invalid w Date: Wed, 27 Sep 2023 10:13:41 +0800 Subject: [PATCH] =?UTF-8?q?chore(ApiTree):=20=E7=A7=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=9A=84suffixIcon=20slot,=20ant=E7=9A=84tree?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=B9=B6=E6=B2=A1=E6=9C=89=E6=8F=90=E4=BE=9B?= =?UTF-8?q?=E8=BF=99=E4=B8=AAslot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/components/ApiTree.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/Form/src/components/ApiTree.vue b/src/components/Form/src/components/ApiTree.vue index b18f8e2d..fb9b37bf 100644 --- a/src/components/Form/src/components/ApiTree.vue +++ b/src/components/Form/src/components/ApiTree.vue @@ -3,9 +3,6 @@ - @@ -16,12 +13,11 @@ import { isArray, isFunction } from '/@/utils/is'; import { get } from 'lodash-es'; import { propTypes } from '/@/utils/propTypes'; - import { LoadingOutlined } from '@ant-design/icons-vue'; import { DataNode } from 'ant-design-vue/es/tree'; export default defineComponent({ name: 'ApiTree', - components: { ATree: Tree, LoadingOutlined }, + components: { ATree: Tree }, props: { api: { type: Function as PropType<(arg?: Recordable) => Promise>> }, params: { type: Object },