feat: tabbar - 补全 tabbarList ts 类型
This commit is contained in:
@@ -40,7 +40,7 @@ export const nativeTabbarList: NativeTabBarItem[] = [
|
||||
},
|
||||
]
|
||||
|
||||
interface CustomTabBarItem {
|
||||
export interface CustomTabBarItem {
|
||||
text: string
|
||||
pagePath: string
|
||||
iconType: 'uniUi' | 'uiLib' | 'unocss' | 'iconfont' | 'image' // 不建议用 image 模式,需要配置2张图
|
||||
|
||||
Reference in New Issue
Block a user