We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d221171 commit f7db3eeCopy full SHA for f7db3ee
components/dropdown/getDropdownProps.ts
@@ -3,7 +3,7 @@ import { PropType } from 'vue';
3
import PropTypes from '../_util/vue-types';
4
export default () => ({
5
trigger: {
6
- type: Array as PropType<('click' | 'hover' | 'contextMenu')[]>,
+ type: Array as PropType<('click' | 'hover' | 'contextmenu')[]>,
7
default: () => ['hover'],
8
},
9
overlay: PropTypes.any,
0 commit comments