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

View File

@ -168,7 +168,7 @@ const App = {
<A v-model={[val, "argument", ["modifier"]]} /> <A v-model={[val, "argument", ["modifier"]]} />
``` ```
编译成: 会编译成:
```js ```js
h(A, { h(A, {
@ -206,7 +206,7 @@ h(A, {
/> />
``` ```
编译成: 会编译成:
```js ```js
h(A, { h(A, {
@ -223,7 +223,7 @@ h(A, {
}); });
``` ```
自定义指令 #### 自定义指令
只有 argument 的时候推荐使用 只有 argument 的时候推荐使用
@ -312,7 +312,7 @@ const App = {
} }
``` ```
## 谁在用 ## 谁在使
<table> <table>
<tbody> <tbody>