mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 01:12:17 +08:00 
			
		
		
		
	docs: update chinese README (#521)
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user