8000 chore(docs): update docs by CCherry07 · Pull Request #6446 · vueComponent/ant-design-vue · GitHub
[go: up one dir, main page]

Skip to content

chore(docs): update docs #6446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/affix/index.en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
category: Components
type: Navigation
type: Other
title: Affix
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*YSm4RI3iOJ8AAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*03dxS64LxeQAAAAAAAAAAAAADrJ8AQ/original
Expand Down
2 changes: 1 addition & 1 deletion components/affix/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
category: Components
subtitle: 固钉
type: 导航
type: 其他
title: Affix
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*YSm4RI3iOJ8AAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*03dxS64LxeQAAAAAAAAAAAAADrJ8AQ/original
Expand Down
3 changes: 3 additions & 0 deletions components/space/demo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<demo-sort :cols="1">
<Base />
<Customize />
<Size />
<Vertical />
<Align />
<Wrap />
Expand All @@ -24,6 +25,7 @@ import CompactButtonVertical from './compact-button-vertical.vue';
import CN from '../index.zh-CN.md';
import US from '../index.en-US.md';
import { defineComponent } from 'vue';
import Size from './size.vue';

export default defineComponent({
CN,
Expand All @@ -38,6 +40,7 @@ export default defineComponent({
Compact,
CompactButtons,
CompactButtonVertical,
Size,
},
setup() {
return {};
Expand Down
0