Skip to content

Commit bf0cf9c

Browse files
committed
update
1 parent e1303f0 commit bf0cf9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/timeline/src/main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'is-reverse': reverse
2323
};
2424
let slots = this.$slots.default || [];
25-
if (slots.length && reverse) {
25+
if (reverse) {
2626
slots = slots.reverse();
2727
}
2828
return (<ul class={ classes }>

0 commit comments

Comments
 (0)