mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
docs: update chinese README (#521)
This commit is contained in:
parent
f3f3650c20
commit
13839619c3
@ -69,7 +69,7 @@ Type: `string`
|
||||
|
||||
Default: `createVNode`
|
||||
|
||||
替换编译JSX表达式的时候使用的函数
|
||||
替换编译 JSX 表达式的时候使用的函数
|
||||
|
||||
## 表达式
|
||||
|
||||
@ -168,7 +168,7 @@ const App = {
|
||||
<A v-model={[val, "argument", ["modifier"]]} />
|
||||
```
|
||||
|
||||
会变编译成:
|
||||
会编译成:
|
||||
|
||||
```js
|
||||
h(A, {
|
||||
@ -206,7 +206,7 @@ h(A, {
|
||||
/>
|
||||
```
|
||||
|
||||
会变编译成:
|
||||
会编译成:
|
||||
|
||||
```js
|
||||
h(A, {
|
||||
@ -223,7 +223,7 @@ h(A, {
|
||||
});
|
||||
```
|
||||
|
||||
自定义指令
|
||||
#### 自定义指令
|
||||
|
||||
只有 argument 的时候推荐使用
|
||||
|
||||
@ -312,7 +312,7 @@ const App = {
|
||||
}
|
||||
```
|
||||
|
||||
## 谁在用
|
||||
## 谁在使用
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user