mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-03 02:23:25 +08:00
docs(README-zh_CN.md): enrich translation (#179)
This commit is contained in:
@ -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';
|
||||||
|
Reference in New Issue
Block a user