chore: update docs

This commit is contained in:
三咲智子 Kevin Deng 2024-01-21 17:38:29 +08:00
parent 6d71c30835
commit 6451e890cf
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
2 changed files with 16 additions and 0 deletions

View File

@ -71,6 +71,14 @@ Default: `createVNode`
替换编译 JSX 表达式的时候使用的函数
#### resolveType
Type: `boolean`
Default: `false`
(**Experimental**) Infer component metadata from types (e.g. `props`, `emits`, `name`). This is an experimental feature and may not work in all cases.
## 表达式
### 内容

View File

@ -75,6 +75,14 @@ Default: `createVNode`
Replace the function used when compiling JSX expressions.
#### resolveType
Type: `boolean`
Default: `false`
(**Experimental**) Infer component metadata from types (e.g. `props`, `emits`, `name`). This is an experimental feature and may not work in all cases.
## Syntax
### Content