docs: prettier all markdown files

This commit is contained in:
chenjiahan
2020-04-11 09:17:33 +08:00
committed by neverland
parent 48067f79db
commit 7f84f8a487
140 changed files with 4441 additions and 4723 deletions
+11 -11
View File
@@ -35,17 +35,17 @@ Vue.use(Panel);
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| icon | Left Icon | *string* | - |
| title | Title | *string* | - |
| desc | Description | *string* | - |
| status | Status | *string* | - |
| Attribute | Description | Type | Default |
| --------- | ----------- | -------- | ------- |
| icon | Left Icon | _string_ | - |
| title | Title | _string_ | - |
| desc | Description | _string_ | - |
| status | Status | _string_ | - |
### Slots
| Name | Description |
|------|------|
| default | Default slot |
| header | Custom header |
| footer | Custom footer |
| Name | Description |
| ------- | ------------- |
| default | Default slot |
| header | Custom header |
| footer | Custom footer |
+11 -11
View File
@@ -39,17 +39,17 @@ Vue.use(Panel);
### Props
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| title | 标题 | *string* | - |
| desc | 描述 | *string* | - |
| status | 状态 | *string* | - |
| icon | 标题左侧[图标名称](#/zh-CN/icon)或图片链接 | *string* | - |
| 参数 | 说明 | 类型 | 默认值 |
| ------ | ------------------------------------------ | -------- | ------ |
| title | 标题 | _string_ | - |
| desc | 描述 | _string_ | - |
| status | 状态 | _string_ | - |
| icon | 标题左侧[图标名称](#/zh-CN/icon)或图片链接 | _string_ | - |
### Slots
| 名称 | 说明 |
|------|------|
| default | 自定义内容 |
| header | 自定义 header |
| footer | 自定义 footer |
| 名称 | 说明 |
| ------- | ------------- |
| default | 自定义内容 |
| header | 自定义 header |
| footer | 自定义 footer |