mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-13 02:59:13 +08:00
docs: update chinese README (#521)
This commit is contained in:
parent
f3f3650c20
commit
13839619c3
@ -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