Skip to content

Commit 1383961

Browse files
authored
docs: update chinese README (#521)
1 parent f3f3650 commit 1383961

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/babel-plugin-jsx/README-zh_CN.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Type: `string`
6969

7070
Default: `createVNode`
7171

72-
替换编译JSX表达式的时候使用的函数
72+
替换编译 JSX 表达式的时候使用的函数
7373

7474
## 表达式
7575

@@ -168,7 +168,7 @@ const App = {
168168
<A v-model={[val, "argument", ["modifier"]]} />
169169
```
170170
171-
会变编译成
171+
会编译成
172172
173173
```js
174174
h(A, {
@@ -206,7 +206,7 @@ h(A, {
206206
/>
207207
```
208208
209-
会变编译成
209+
会编译成
210210
211211
```js
212212
h(A, {
@@ -223,7 +223,7 @@ h(A, {
223223
});
224224
```
225225
226-
自定义指令
226+
#### 自定义指令
227227
228228
只有 argument 的时候推荐使用
229229
@@ -312,7 +312,7 @@ const App = {
312312
}
313313
```
314314
315-
## 谁在用
315+
## 谁在使用
316316
317317
<table>
318318
<tbody>

0 commit comments

Comments
 (0)