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