Skip to content

Commit 4195fb3

Browse files
committed
docs: polish zh-CN readme wording
1 parent 7715401 commit 4195fb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
- 可作为受控或非受控复选框。
2121
- 引入用于焦点、模糊和 DOM 访问的命令式引用。
22-
- 在规范化更改事件时保留可用的本机输入属性
22+
- 在规范化变更事件时保留可用的原生 input 属性
2323
- 提供编译后的 JavaScript、TypeScript 类型定义和独立 CSS 资源。
2424

2525
## 安装
@@ -74,7 +74,7 @@ npm start
7474
| value | 与原生 checkbox input 一致 `value` | string \| number \| readonly string[] | - |
7575
| onChange | 勾选状态改变时回调 | `(event: CheckboxChangeEvent) => void` | - |
7676

77-
还支持其他本机输入属性
77+
还支持其他原生 input 属性
7878

7979
### Ref
8080

0 commit comments

Comments
 (0)