Skip to content

Commit

Permalink
docs(card): remove useless filled prop (#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxiaoqi authored Oct 23, 2024
1 parent 0438283 commit 75b6ac2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/varlet-ui/src/card/docs/en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,10 @@ const floating = ref(false)
| `title` | The title of Card | _string_ | `-` |
| `subtitle` | The subtitle of Card | _string_ | `-` |
| `description` | The description of Card | _string_ | `-` |
`elevation` | Elevation level, options `true` `false` and level of `0-24` | _string \| number \| boolean_| `true` |
| `elevation` | Elevation level, options `true` `false` and level of `0-24` | _string \| number \| boolean_| `true` |
| `src` | The src of Image | _string_ | `-` |
| `layout` | Arrangement mode, options `row` `column` | _string_ | `column` |
| `fit` | Fill mode, options `fill` `contain` `cover` `none` `scale-down` | _string_ | `cover` |
| `filled` | Whether to be filled card | _boolean_ | `false` |
| `outline` | Whether to be outline card | _boolean_ | `false` |
| `alt` | Image alt text, the same as the native attribute of the `img` tag | _string_ | `-` |
| `image-height` | Height of Image | _string \| number_ | `-` |
Expand Down

0 comments on commit 75b6ac2

Please sign in to comment.