Skip to content

Commit 51cc269

Browse files
committed
docs: fix compoments docs
1 parent 981a889 commit 51cc269

File tree

6 files changed

+77
-76
lines changed

6 files changed

+77
-76
lines changed

components/card/demo/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const md = {
2424
`,
2525
us: `# Card
2626
Simple rectangular container.
27-
##When To Use
27+
## When To Use
2828
A card can be used to display content related to a single subject. The content can consist of multiple elements of varying types and sizes.
2929
## Examples
3030
`,

components/collapse/demo/index.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ const md = {
1919
- '手风琴' 是一种特殊的折叠面板,只允许单个内容区域展开。
2020
2121
## 代码演示`,
22-
us: `# When To Use
22+
us: `# Collapse
23+
A content area which can be collapsed and expanded.
24+
## When To Use
2325
2426
- Can be used to group or hide complex regions to keep the page clean.
2527
- 'Accordion' is a special kind of 'Collapse', which allows only one panel to be expanded at a time.
26-
## Examples
28+
## Examples
2729
`,
2830
}
2931
export default {

components/drawer/index.en-US.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
| Property | Description | Type | Default |
44
| -------- | ----------- | ---- | ------- |
5-
| --- | --- | --- | --- |
65
| closable | Whether a close (x) button is visible on top right of the Drawer dialog or not. | boolean | true |
76
| destroyOnClose | Whether to unmount child components on closing drawer or not. | boolean | false |
87
| getContainer | Return the mounted node for Drawer. | HTMLElement \| `() => HTMLElement` \| selectors  | 'body' |

0 commit comments

Comments
 (0)