[bugfix] Card: centered prop not work (#2589)

This commit is contained in:
neverland
2019-01-22 22:04:44 +08:00
committed by GitHub
parent d9da76677c
commit 905a5891c9
4 changed files with 12 additions and 7 deletions
+1
View File
@@ -53,6 +53,7 @@ Use slot to custom content.
| num | Number | `String | Number` | - |
| price | Price | `String | Number` | - |
| origin-price | Origin price | `String | Number` | - |
| centered | Whether content vertical centered | `String` | `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` |