2
0
mirror of https://github.com/vuejs/babel-plugin-jsx.git synced 2025-05-10 10:14:43 +08:00

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

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

@ -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';