Skip to content

Commit

Permalink
fix: tabs属性displayDirective类型 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
aringlai authored Jul 12, 2023
1 parent 09a5994 commit 7ff006f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const tabProps = {
default: null as null,
},
displayDirective: {
type: String as PropType<'if' | 'show'>,
type: String as PropType<'if' | 'show' | 'show:lazy'>,
default: 'if',
},
} as const;
Expand Down

0 comments on commit 7ff006f

Please sign in to comment.