docs: prettier all markdown files
This commit is contained in:
+11
-11
@@ -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
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user