docs: update chinese README (#521)

This commit is contained in:
CHOYSEN 2022-06-23 12:05:00 +08:00 committed by GitHub
parent f3f3650c20
commit 13839619c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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