feat:还原更新框架
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { defineMixin } from '../../libs/vue'
|
||||
import NavbarDefaultProps from './navbar'
|
||||
import { registerComponentProps } from '../../libs/config/props.js'
|
||||
|
||||
const defProps = registerComponentProps(NavbarDefaultProps)
|
||||
import defProps from '../../libs/config/props.js'
|
||||
|
||||
export const props = defineMixin({
|
||||
props: {
|
||||
// 是否开启顶部安全区适配
|
||||
@@ -60,11 +58,6 @@ export const props = defineMixin({
|
||||
type: String,
|
||||
default: () => defProps.navbar.bgColor
|
||||
},
|
||||
// 状态栏背景颜色 不写会使用背景颜色bgColor
|
||||
statusBarBgColor: {
|
||||
type: String,
|
||||
default: () => ''
|
||||
},
|
||||
// 标题的宽度
|
||||
titleWidth: {
|
||||
type: [String, Number],
|
||||
|
||||
Reference in New Issue
Block a user