Skip to content

Commit

Permalink
build: alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Aug 23, 2021
1 parent 11df1e7 commit 3966543
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/PageContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,12 @@ const PageContainer = defineComponent({
content: headerContent,
extra,
extraContent,
prefixCls: undefined,
},
{
...value,
prefixedClassName: prefixedClassName.value,
},
value,
// {
// ...value,
// prefixCls: undefined,
// prefixedClassName: prefixedClassName.value,
// },
)}
</div>
);
Expand Down

0 comments on commit 3966543

Please sign in to comment.