File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
category : Components
3
- type : Navigation
3
+ type : Other
4
4
title : Affix
5
5
cover : https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*YSm4RI3iOJ8AAAAAAAAAAAAADrJ8AQ/original
6
6
coverDark : https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*03dxS64LxeQAAAAAAAAAAAAADrJ8AQ/original
Original file line number Diff line number Diff line change 1
1
---
2
2
category : Components
3
3
subtitle : 固钉
4
- type : 导航
4
+ type : 其他
5
5
title : Affix
6
6
cover : https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*YSm4RI3iOJ8AAAAAAAAAAAAADrJ8AQ/original
7
7
coverDark : https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*03dxS64LxeQAAAAAAAAAAAAADrJ8AQ/original
Original file line number Diff line number Diff line change 2
2
<demo-sort :cols =" 1" >
3
3
<Base />
4
4
<Customize />
5
+ <Size />
5
6
<Vertical />
6
7
<Align />
7
8
<Wrap />
@@ -24,6 +25,7 @@ import CompactButtonVertical from './compact-button-vertical.vue';
24
25
import CN from ' ../index.zh-CN.md' ;
25
26
import US from ' ../index.en-US.md' ;
26
27
import { defineComponent } from ' vue' ;
28
+ import Size from ' ./size.vue' ;
27
29
28
30
export default defineComponent ({
29
31
CN ,
@@ -38,6 +40,7 @@ export default defineComponent({
38
40
Compact ,
39
41
CompactButtons ,
40
42
CompactButtonVertical ,
43
+ Size ,
41
44
},
42
45
setup() {
43
46
return {};
You can’t perform that action at this time.
0 commit comments