fix: timeline component

This commit is contained in:
wangxueliang 2018-05-15 10:22:42 +08:00
parent f94eb62811
commit fa5141bd00

View File

@ -41,7 +41,6 @@ export default {
<template slot='dot'>
{pendingDot || <Icon type='loading' />}
</template>
<Icon slot='dot' type='loading' />
{pendingNode}
</TimelineItem>
) : null