This repository has been archived on 2026-02-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
jobslink-user-clent/uni_modules/uview-ui/components/u-status-bar/props.js
2024-02-06 15:49:51 +08:00

9 lines
145 B
JavaScript

export default {
props: {
bgColor: {
type: String,
default: uni.$u.props.statusBar.bgColor
}
}
}