Skip to content

Commit

Permalink
dropdown添加minOverlayWidthMatchTrigger属性 (vueComponent#954)
Browse files Browse the repository at this point in the history
* Update getDropdownProps.js

dropdown组件增加minOverlayWidthMatchTrigger属性

* dropdown组件增加minOverlayWidthMatchTrigger属性
  • Loading branch information
wapznw authored and tangjinzhou committed Jul 16, 2019
1 parent 9d3188a commit 60a7927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dropdown/getDropdownProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ export default () => ({
forceRender: PropTypes.bool,
mouseEnterDelay: PropTypes.number,
mouseLeaveDelay: PropTypes.number,
minOverlayWidthMatchTrigger: PropTypes.bool,
});

0 comments on commit 60a7927

Please sign in to comment.