fix: timeline component

pull/165/head
wangxueliang 2018-05-15 10:22:42 +08:00
parent b81e26fd9e
commit 29328a58ae
1 changed files with 0 additions and 1 deletions

View File

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