Skip to content

Commit

Permalink
docs: rate文档补全
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiangXvFan committed Oct 2, 2024
1 parent d1451b5 commit 6da2703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vantui/src/rate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ export function Rate(props: RateProps) {
gutter,
icon = 'star',
voidIcon = 'star-o',
disabled,
disabled = false,
size,
disabledColor,
color,
voidColor,
allowHalf,
readonly,
readonly = false,
touchable = true,
value,
onChange,
Expand Down

0 comments on commit 6da2703

Please sign in to comment.