仪表盘
版本库
文件存储
活动
搜索
登录
main
/
responseApp
自然灾害uni-app前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
修改
zhouwenxuan
2023-07-27
2cb26124675883fa1e2742ae7899c9fc791ed6a2
[responseApp.git]
/
uni_modules
/
uview-ui
/
components
/
u-status-bar
/
props.js
1
2
3
4
5
6
7
8
export default {
props: {
bgColor: {
type: String,
default: uni.$u.props.statusBar.bgColor
}
}
}