Skip to content

Commit

Permalink
fix: loadingTip hasData
Browse files Browse the repository at this point in the history
  • Loading branch information
linjinze999 committed Aug 29, 2024
1 parent 54067bc commit e512887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface LoadingTipProps {
/** 加载状态:LoadingTip.status */
status: LoadingTipStatus;
/** 是否已有数据(没有会显示Empty组件) */
hasData: number | boolean;
hasData: number | boolean | undefined | null;
/** 点击事件 */
onPress?: () => void;
/** 文案:空数据 */
Expand Down

0 comments on commit e512887

Please sign in to comment.