Skip to content

Commit 610b0ab

Browse files
authored
fix: layout-sider class (#3433)
1 parent aea2510 commit 610b0ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/layout/Sider.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const generateId = (() => {
6161

6262
export default defineComponent({
6363
name: 'ALayoutSider',
64+
inheritAttrs: false,
6465
__ANT_LAYOUT_SIDER: true,
6566
mixins: [BaseMixin],
6667
props: initDefaultProps(SiderProps, {

0 commit comments

Comments
 (0)