chore: update readme

This commit is contained in:
zhiyuanzmj 2024-11-27 20:40:58 +08:00
parent 041d15cff2
commit 70a6e166de

View File

@ -51,6 +51,14 @@ Default: `undefined`
configuring custom elements
#### isGlobalElement
Type: `(tag: string) => boolean`
Default: `undefined`
configuring global elements so that they don't need to be wrapped by `resolveComponent`.
#### mergeProps
Type: `boolean`