File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/bootstrap-vue-3/src/components/BCard Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ import {computed, toRef} from 'vue'
11
11
12
12
interface BCardImgProps {
13
13
alt? : string
14
+ blank? : Booleanish
15
+ blankColor? : string
14
16
bottom? : Booleanish
15
- end ? : Booleanish
17
+ lazy ? : Booleanish
16
18
height? : number | string
17
19
left? : Booleanish
20
+ start? : Booleanish
18
21
right? : Booleanish
22
+ end? : Booleanish
23
+ sizes? : string | Array <string >
19
24
src? : string
20
- lazy? : Booleanish
21
- start? : Booleanish
25
+ srcset? : string | Array <string >
22
26
top? : Booleanish
23
27
width? : number | string
24
- blank? : Booleanish
25
- blankColor? : string
26
- sizes? : string | Array <string >
27
- srcset? : string | Array <string >
28
28
}
29
29
30
30
const props = withDefaults (defineProps <BCardImgProps >(), {
You can’t perform that action at this time.
0 commit comments