fix: typo [ci skip]

This commit is contained in:
Amour1688 2021-01-16 23:11:00 +08:00
parent c0a3d56b7f
commit 03586776d6

View File

@ -64,7 +64,7 @@ Type: `boolean`
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