9 lines
100 B
JavaScript
9 lines
100 B
JavaScript
|
|
Component({
|
||
|
|
properties: {
|
||
|
|
navbarHeight: {
|
||
|
|
type: Number,
|
||
|
|
value: 0,
|
||
|
|
},
|
||
|
|
},
|
||
|
|
});
|