docs(README-zh_CN.md): enrich translation (#179)

This commit is contained in:
Che Guevara 2020-11-29 19:09:10 +08:00 committed by GitHub
parent 9ea52ee9a1
commit 832df5b6bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ const App = () => (
const App = () => <input type="email" />; const App = () => <input type="email" />;
``` ```
with a dynamic binding: 动态绑定:
```jsx ```jsx
const placeholderText = 'email'; const placeholderText = 'email';