mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-30 02:57:50 +08:00
cr dropdown
This commit is contained in:
parent
1e53fc85b3
commit
445c21d9fd
@ -18,7 +18,7 @@ export default {
|
||||
align: PropTypes.object,
|
||||
overlayStyle: PropTypes.object.def({}),
|
||||
placement: PropTypes.string.def('bottomLeft'),
|
||||
overlay: PropTypes.oneOfType([PropTypes.any, PropTypes.func]),
|
||||
overlay: PropTypes.any,
|
||||
trigger: PropTypes.array.def(['hover']),
|
||||
alignPoint: PropTypes.bool,
|
||||
showAction: PropTypes.array.def([]),
|
||||
|
Loading…
Reference in New Issue
Block a user