Skip to content

Commit 2bf654d

Browse files
authored
chore(docs): update docs (#6446)
* docs(space): update demo * docs(affix): update docs
1 parent 515ab9e commit 2bf654d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

components/affix/index.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
category: Components
3-
type: Navigation
3+
type: Other
44
title: Affix
55
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*YSm4RI3iOJ8AAAAAAAAAAAAADrJ8AQ/original
66
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*03dxS64LxeQAAAAAAAAAAAAADrJ8AQ/original

components/affix/index.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
category: Components
33
subtitle: 固钉
4-
type: 导航
4+
type: 其他
55
title: Affix
66
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*YSm4RI3iOJ8AAAAAAAAAAAAADrJ8AQ/original
77
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*03dxS64LxeQAAAAAAAAAAAAADrJ8AQ/original

components/space/demo/index.vue

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<demo-sort :cols="1">
33
<Base />
44
<Customize />
5+
<Size />
56
<Vertical />
67
<Align />
78
<Wrap />
@@ -24,6 +25,7 @@ import CompactButtonVertical from './compact-button-vertical.vue';
2425
import CN from '../index.zh-CN.md';
2526
import US from '../index.en-US.md';
2627
import { defineComponent } from 'vue';
28+
import Size from './size.vue';
2729
2830
export default defineComponent({
2931
CN,
@@ -38,6 +40,7 @@ export default defineComponent({
3840
Compact,
3941
CompactButtons,
4042
CompactButtonVertical,
43+
Size,
4144
},
4245
setup() {
4346
return {};

0 commit comments

Comments
 (0)