docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions
+13 -13
View File
@@ -64,19 +64,19 @@ Use slot to custom content.
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| thumb | Left thumb image URL | `string` | - |
| title | Title | `string` | - |
| desc | Description | `string` | - |
| tag | Tag | `string` | - |
| num | number | `string | number` | - |
| price | Price | `string | number` | - |
| origin-price | Origin price | `string | number` | - |
| centered | Whether content vertical centered | `boolean` | `false` |
| currency | Currency symbol | `string` | `¥` |
| thumb-link | Thumb link URL | `string` | - |
| lazy-load | Whether to enable thumb lazy loadshould register [Lazyload](#/en-US/lazyload) component | `boolean` | `false` |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| thumb | Left thumb image URL | `string` | - | - |
| title | Title | `string` | - | - |
| desc | Description | `string` | - | - |
| tag | Tag | `string` | - | - |
| num | number | `string | number` | - | - |
| price | Price | `string | number` | - | - |
| origin-price | Origin price | `string | number` | - | - |
| centered | Whether content vertical centered | `boolean` | `false` | - |
| currency | Currency symbol | `string` | `¥` | - |
| thumb-link | Thumb link URL | `string` | - | - |
| lazy-load | Whether to enable thumb lazy loadshould register [Lazyload](#/en-US/lazyload) component | `boolean` | `false` | - |
### Events