File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -12,28 +12,28 @@ const NAME = 'BImgLazy'
1212export const props = {
1313 src : {
1414 type : String ,
15- default : null ,
15+ // default: null,
1616 required : true
1717 } ,
1818 srcset : {
19- type : [ String , Array ] ,
20- default : null
19+ type : [ String , Array ]
20+ // default: null
2121 } ,
2222 sizes : {
23- type : [ String , Array ] ,
24- default : null
23+ type : [ String , Array ]
24+ // default: null
2525 } ,
2626 alt : {
27- type : String ,
28- default : null
27+ type : String
28+ // default: null
2929 } ,
3030 width : {
31- type : [ Number , String ] ,
32- default : null
31+ type : [ Number , String ]
32+ // default: null
3333 } ,
3434 height : {
35- type : [ Number , String ] ,
36- default : null
35+ type : [ Number , String ]
36+ // default: null
3737 } ,
3838 blankSrc : {
3939 // If null, a blank image is generated
@@ -45,12 +45,12 @@ export const props = {
4545 default : ( ) => getComponentConfig ( NAME , 'blankColor' )
4646 } ,
4747 blankWidth : {
48- type : [ Number , String ] ,
49- default : null
48+ type : [ Number , String ]
49+ // default: null
5050 } ,
5151 blankHeight : {
52- type : [ Number , String ] ,
53- default : null
52+ type : [ Number , String ]
53+ // default: null
5454 } ,
5555 show : {
5656 type : Boolean ,
You can’t perform that action at this time.
0 commit comments