File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Place the image in the background of the card by setting the boolean prop `overl
119
119
```
120
120
121
121
Take control over the image tag by specifying an ` <img> ` element targetting the ` img ` named slot:
122
- This allwos you to override the default classes applied to the image:
122
+ This allows you to override the default classes applied to the image:
123
123
124
124
125
125
``` html
@@ -135,8 +135,8 @@ This allwos you to override the default classes applied to the image:
135
135
<!-- card-img-3.vue -->
136
136
```
137
137
138
- When using the ` img ` slot, it is reccommended to apply the class ` img-flud ` (as in the above
139
- example) to ensure responsiveness.
138
+ * Tip: When using the ` img ` slot, it is recommended to apply the class ` img-fluid ` (as in the above
139
+ example) to ensure responsiveness.*
140
140
141
141
#### Header and footer:
142
142
Add an optional header and/or footer within a card via the ` header ` /` footer `
You can’t perform that action at this time.
0 commit comments