mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 04:58:16 +08:00
fix: timeline component
This commit is contained in:
parent
f94eb62811
commit
fa5141bd00
@ -41,7 +41,6 @@ export default {
|
|||||||
<template slot='dot'>
|
<template slot='dot'>
|
||||||
{pendingDot || <Icon type='loading' />}
|
{pendingDot || <Icon type='loading' />}
|
||||||
</template>
|
</template>
|
||||||
<Icon slot='dot' type='loading' />
|
|
||||||
{pendingNode}
|
{pendingNode}
|
||||||
</TimelineItem>
|
</TimelineItem>
|
||||||
) : null
|
) : null
|
||||||
|
Loading…
Reference in New Issue
Block a user