docs(components): [card] fix loading error (#11282)

* docs(components): [card] fix load error

* Update card.md
This commit is contained in:
acyza 2023-01-16 15:37:54 +08:00 committed by GitHub
parent c8e771eace
commit 6de3b831c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ card/shadow
| Name | Description | Type | Default |
| ---------- | ------------------------------------------------------------- | --------------------------------- | --------------------- |
| header | title of the card. Also accepts a DOM passed by `slot#header` | ^[string] | — |
| body-style | CSS style of card body | ^[object]`CSSProperties` | { padding: '20px' } |
| body-style | CSS style of card body | ^[object]`CSSProperties` | |
| shadow | when to show card shadows | ^[enum]`always \| never \| hover` | always |
### Slots