Skip to content

Commit

Permalink
docs(rate): table column seperator wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-huxiyang committed Sep 20, 2024
1 parent 4778534 commit 0c1ba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/rate/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ import { Rate } from '@nutui/nutui-react'
| allowHalf | 是否半星 | `boolean` | `false` |
| readOnly | 是否只读 | `boolean` | `false` |
| disabled | 是否禁用 | `boolean` | `false` |
| touchable | 是否允许滑动选择 `boolean` | `false` |
| touchable | 是否允许滑动选择 | `boolean` | `false` |
| onChange | 当前 star 数修改时触发 | `(value: number) => void` | `-` |
| onTouchEnd | touch 滑动结束时触发 | `(event: TouchEvent, value: number) => void` | `-` |

Expand Down

0 comments on commit 0c1ba1d

Please sign in to comment.