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
@@ -40,9 +40,9 @@ Use the image prop to display different placeholder images
/>
<style>
.custom-image img {
border-radius: 100%;
}
.custom-image img {
border-radius: 100%;
}
</style>
```
@@ -56,9 +56,9 @@ Use the image prop to display different placeholder images
</van-empty>
<style>
.bottom-button {
width: 160px;
}
.bottom-button {
width: 160px;
}
</style>
```
@@ -67,14 +67,14 @@ Use the image prop to display different placeholder images
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| image | Image typecan be set to `error` `network` `search` or image URL | *string* | `default` |
| description | Desciption | *string* | - |
| --- | --- | --- | --- |
| image | Image typecan be set to `error` `network` `search` or image URL | _string_ | `default` |
| description | Desciption | _string_ | - |
### Slots
| Name | Description |
|------|------|
| default | Custom bottom content |
| image | Custom image |
| description | Custom description |
| Name | Description |
| ----------- | --------------------- |
| default | Custom bottom content |
| image | Custom image |
| description | Custom description |