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

pull/38/head
xingyu 2023-10-10 10:52:51 +08:00
parent 3e68d4f7fe
commit 36214e1971
1 changed files with 0 additions and 3 deletions

View File

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