mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 18:40:22 +08:00
fix: type check failed for prop 'onClick' (#3038)
This commit is contained in:
parent
ce6b25d03b
commit
4aaddef06f
@ -22,5 +22,5 @@ export const buttonProps = {
|
||||
* @default: 14
|
||||
*/
|
||||
iconSize: { type: Number, default: 14 },
|
||||
onClick: { type: Function as PropType<(...args) => any>, default: null },
|
||||
onClick: { type: [Function, Array] as PropType<(() => any) | (() => any)[]>, default: null },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user