We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea2510 commit 610b0abCopy full SHA for 610b0ab
components/layout/Sider.tsx
@@ -61,6 +61,7 @@ const generateId = (() => {
61
62
export default defineComponent({
63
name: 'ALayoutSider',
64
+ inheritAttrs: false,
65
__ANT_LAYOUT_SIDER: true,
66
mixins: [BaseMixin],
67
props: initDefaultProps(SiderProps, {
0 commit comments