fix: 移除无用的suffixIcon slot, ant的tree组件并没有提供这个slot
parent
3e68d4f7fe
commit
36214e1971
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue