This website works better with JavaScript
Главная
Обзор
Помощь
Вход
stars-jump-front
/
fanxing-shop
Следить
5
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
dc52ce6b6e
Ветки
Метки
figo
master
fanxing-shop
/
plugins
/
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
}
}
}