Browse Source

fix: layout-sider class (#3433)

pull/3445/head
zkwolf 4 years ago committed by GitHub
parent
commit
610b0ab651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/layout/Sider.tsx

1
components/layout/Sider.tsx

@ -61,6 +61,7 @@ const generateId = (() => {
export default defineComponent({
name: 'ALayoutSider',
inheritAttrs: false,
__ANT_LAYOUT_SIDER: true,
mixins: [BaseMixin],
props: initDefaultProps(SiderProps, {

Loading…
Cancel
Save