Skip to content

Commit

Permalink
fix(ellipsis): direction default value (#2631)
Browse files Browse the repository at this point in the history
  • Loading branch information
swbcnegc authored Nov 1, 2023
1 parent 1a17233 commit 78f1f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/__VUE/ellipsis/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default create({
},
direction: {
type: String as PropType<Direction>,
default: 'start'
default: 'end'
},
rows: {
type: [Number, String],
Expand Down

0 comments on commit 78f1f3b

Please sign in to comment.