Browse Source

fix: layout vue warning #2817

pull/2854/head
tanjinzhou 4 years ago
parent
commit
c78e9418a4
  1. 2
      antdv-demo
  2. 2
      components/layout/Sider.jsx

2
antdv-demo

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

2
components/layout/Sider.jsx

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