Blame view

绿纤uni-app/uni_modules/uview-ui/components/u-status-bar/props.js 145 Bytes
29608708   李宇   增加unia-app和html
1
2
3
4
5
6
7
8
  export default {
      props: {
          bgColor: {
              type: String,
              default: uni.$u.props.statusBar.bgColor
          }
      }
  }