[Docs]Fix the error in the documentation (#3057)

This commit is contained in:
Aimer
2019-03-27 10:19:06 +08:00
committed by neverland
parent 6101b14c76
commit 202473911d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -53,7 +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` |
| 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` |