fix: layout vue warning #2817

pull/2854/head
tanjinzhou 4 years ago
parent 2b422dd17b
commit c78e9418a4

@ -1 +1 @@
Subproject commit eeb21e6ca8a62fc58a427129f276ec6f7ed19567
Subproject commit e1b133a8fd56c384a6b66cb2b417ea7dcd7d3f78

@ -42,7 +42,7 @@ export const SiderProps = {
theme: PropTypes.oneOf(['light', 'dark']).def('dark'),
onBreakpoint: PropTypes.func,
onCollapse: PropTypes.func,
'onUpdate:collapse': PropTypes.func,
'onUpdate:collapsed': PropTypes.func,
};
// export interface SiderState {

Loading…
Cancel
Save