引入uView作为ui框架

This commit is contained in:
dengxin
2024-02-06 15:49:51 +08:00
parent 73c3a4abbf
commit 4d9c3ddf5f
372 changed files with 38505 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
export default {
props: {
bgColor: {
type: String,
default: uni.$u.props.statusBar.bgColor
}
}
}