This website works better with JavaScript
Почетна
Преглед
Помоћ
Пријавите се
hml
/
yanxiang_h5
Прати
1
Волим
0
Креирај огранак
0
Датотеке
Дискусије
0
Захтеви за спајање
0
Вики
Грана:
main
Гране
Ознаке
main
yanxiang_h5
/
uni_modules
/
uview-ui
/
components
/
u-status-bar
/
props.js
props.js
145 B
Пермалинк
Историја
Датотека
1
2
3
4
5
6
7
8
export default {
props: {
bgColor: {
type: String,
default: uni.$u.props.statusBar.bgColor
}
}
}