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
+14 -14
View File
@@ -46,10 +46,10 @@ Empty 组件内置了多种占位图片类型,可以在不同业务场景下
/>
<style>
.custom-image .van-empty__image {
width: 90px;
height: 90px;
}
.custom-image .van-empty__image {
width: 90px;
height: 90px;
}
</style>
```
@@ -65,9 +65,9 @@ Empty 组件内置了多种占位图片类型,可以在不同业务场景下
</van-empty>
<style>
.bottom-button {
width: 160px;
}
.bottom-button {
width: 160px;
}
</style>
```
@@ -76,14 +76,14 @@ Empty 组件内置了多种占位图片类型,可以在不同业务场景下
### Props
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| image | 图片类型,可选值为 `error` `network` `search`,支持传入图片 URL | *string* | `default` |
| description | 图片下方的描述文字 | *string* | - |
| --- | --- | --- | --- |
| image | 图片类型,可选值为 `error` `network` `search`,支持传入图片 URL | _string_ | `default` |
| description | 图片下方的描述文字 | _string_ | - |
### Slots
| 名称 | 说明 |
|------|------|
| default | 自定义底部内容 |
| image | 自定义图标 |
| 名称 | 说明 |
| ----------- | -------------- |
| default | 自定义底部内容 |
| image | 自定义图标 |
| description | 自定义描述文字 |