2
0
mirror of https://github.com/vuejs/babel-plugin-jsx.git synced 2025-05-04 15:24:43 +08:00

docs: mergeProps

This commit is contained in:
Amour1688 2020-09-14 17:42:03 +08:00
parent bd938b770d
commit 01f812c19e
2 changed files with 16 additions and 0 deletions
packages/babel-plugin-jsx

@ -50,6 +50,14 @@ Default: `undefined`
自定义元素
#### mergeProps
Type: `boolean`
Default: `true`
合并 class / style / onXXX handlers
## 表达式
### 内容

@ -50,6 +50,14 @@ Default: `undefined`
configuring custom elements
#### mergeProps
Type: `boolean`
Default: `true`
merge static and dynamic class / style attributes / onXXX handlers
## Syntax
### Content