feat:还原更新框架
This commit is contained in:
@@ -1,18 +1,10 @@
|
||||
import { defineMixin } from '../../libs/vue'
|
||||
import StatusBarDefaultProps from './statusBar'
|
||||
import { registerComponentProps } from '../../libs/config/props.js'
|
||||
|
||||
const defProps = registerComponentProps(StatusBarDefaultProps)
|
||||
export const props = defineMixin({
|
||||
props: {
|
||||
bgColor: {
|
||||
type: String,
|
||||
default: () => defProps.statusBar.bgColor
|
||||
},
|
||||
// 状态栏获取得高度
|
||||
height: {
|
||||
type: Number,
|
||||
default: () => defProps.statusBar.height
|
||||
}
|
||||
}
|
||||
})
|
||||
import { defineMixin } from '../../libs/vue'
|
||||
import defProps from '../../libs/config/props.js'
|
||||
export const props = defineMixin({
|
||||
props: {
|
||||
bgColor: {
|
||||
type: String,
|
||||
default: () => defProps.statusBar.bgColor
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user