Skip to content

Commit

Permalink
fix: steps labelPlacement not work vueComponent#281
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Nov 29, 2018
1 parent bc49908 commit b36c663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/steps/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const getStepsProps = (defaultProps = {}) => {
PropTypes.bool,
PropTypes.func,
]),
labelPlacement: PropTypes.string.def('horizontal'),
}
return initDefaultProps(props, defaultProps)
}
Expand Down

0 comments on commit b36c663

Please sign in to comment.