公告板
版本库
filestore
活动
搜索
登录
main
/
LifePaymentFront
生活缴费前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 电费
wupengfei
2025-02-21
6ab8060d51e7eda0006943057f1d983d0d44abea
[LifePaymentFront.git]
/
apps
/
taro
/
src
/
components
/
NavigationBar
/
navBar.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export const navigationBarProps = {
mode: {
type: String as PropType<'light' | 'dark'>,
default: 'light',
},
plain: {
type: Boolean,
default: false,
},
hasBorder: {
type: Boolean,
default: false,
},
};