fix: layout vue warning #2817

pull/2854/head
tanjinzhou 2020-09-17 14:09:33 +08:00
parent 2b422dd17b
commit c78e9418a4
2 changed files with 2 additions and 2 deletions

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

View File

@ -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 {