mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
fix: typo [ci skip]
This commit is contained in:
parent
c0a3d56b7f
commit
03586776d6
@ -64,7 +64,7 @@ Type: `boolean`
|
|||||||
|
|
||||||
Default: `true`
|
Default: `true`
|
||||||
|
|
||||||
Whether to enable `object slots` (mentioned below the document) syntax". It might be useful in JSX, but it will add a lot of `_isSlot` condition expressions which increases your bundle size. And `v-slots` is still available even if `enableObjectSlots` is turned off.
|
Whether to enable `object slots` (mentioned below the document) syntax". It might be useful in JSX, but it will add a lot of `_isSlot` condition expressions which increase your bundle size. And `v-slots` is still available even if `enableObjectSlots` is turned off.
|
||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user