From 03586776d66c656d839ed227495bd1178a5d6515 Mon Sep 17 00:00:00 2001 From: Amour1688 Date: Sat, 16 Jan 2021 23:11:00 +0800 Subject: [PATCH] fix: typo [ci skip] --- packages/babel-plugin-jsx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-jsx/README.md b/packages/babel-plugin-jsx/README.md index b746030..aef7dc5 100644 --- a/packages/babel-plugin-jsx/README.md +++ b/packages/babel-plugin-jsx/README.md @@ -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