Browse Source

fix: 移除无用的suffixIcon slot, ant的tree组件并没有提供这个slot

main
xingyu 2 years ago
parent
commit
36214e1971
  1. 3
      src/components/Form/src/components/ApiTree.vue

3
src/components/Form/src/components/ApiTree.vue

@ -100,8 +100,5 @@ async function fetch() {
<template v-for="item in Object.keys(slots)" #[item]="data">
<slot :name="item" v-bind="data || {}" />
</template>
<!-- <template v-if="loading" #suffixIcon>
<LoadingOutlined spin />
</template> -->
</Tree>
</template>