Skip to content

Commit 3c2c464

Browse files
authored
fix(types): make list property optional in TabBar (#241)
1 parent bd3f51a commit 3c2c464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/config/types/tabBar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export interface TabBar {
169169
*
170170
* @type {TabBarItem[]}
171171
*/
172-
list: TabBarItem[]
172+
list?: TabBarItem[]
173173

174174
/**
175175
* tab 位置

0 commit comments

Comments
 (0)