|
|
@ -9,7 +9,6 @@ Component({ |
|
|
multipleSlots: true |
|
|
multipleSlots: true |
|
|
}, |
|
|
}, |
|
|
properties:{ |
|
|
properties:{ |
|
|
height: { type: Number, value: 0 }, |
|
|
|
|
|
customHeight: { type: Number, value: 0 }, |
|
|
customHeight: { type: Number, value: 0 }, |
|
|
StatusBar: { type: Number, value: 0 }, |
|
|
StatusBar: { type: Number, value: 0 }, |
|
|
customWidth: { type: Number, value: 0 } |
|
|
customWidth: { type: Number, value: 0 } |
|
|
|