Skip to content

Commit

Permalink
docs: explain the change in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwu9145 committed Aug 1, 2024
1 parent e6b459a commit 6b2ce1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/components/cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The `v-card` component is a stylish way to wrap different types of content; such
| [v-card-title](/api/v-card-title/) | Sub-component used to display the Card's title. Wraps the `#title` slot |
| [v-card-subtitle](/api/v-card-subtitle/) | Sub-component used to display the Card's subtitle. Wraps the `#subtitle` slot. |
| [v-card-text](/api/v-card-text/) | Sub-component used to display the Card's text. Wraps the `#text` slot. |
| [v-card-actions](/api/v-card-actions/) | Sub-component that modifies the default styling of [v-btn](/components/buttons/). Wraps the `#actions` slot |
| [v-card-actions](/api/v-card-actions/) | Sub-component that modifies the default styling of [v-btn](/components/buttons/) that are its direct children. Wraps the `#actions` slot |

<ApiInline hide-links />

Expand Down

0 comments on commit 6b2ce1f

Please # to comment.