File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ export const dividerProps = () => ({
28
28
export type DividerProps = Partial < ExtractPropTypes < ReturnType < typeof dividerProps > > > ;
29
29
30
30
const Divider = defineComponent ( {
31
- compatConfig : { MODE : 3 } ,
32
31
name : 'ADivider' ,
32
+ inheritAttrs : false ,
33
+ compatConfig : { MODE : 3 } ,
33
34
props : dividerProps ( ) ,
34
35
setup ( props , { slots, attrs } ) {
35
36
const { prefixCls : prefixClsRef , direction } = useConfigInject ( 'divider' , props ) ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import './popconfirm/style';
16
16
import './menu/style' ;
17
17
import './mentions/style' ;
18
18
import './dropdown/style' ;
19
- import './divider/style' ;
19
+ // import './divider/style';
20
20
import './card/style' ;
21
21
import './collapse/style' ;
22
22
import './carousel/style' ;
You can’t perform that action at this time.
0 commit comments