From 9db58bcf673dfbea5b509b808eca5c855a89c5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B0=94=E7=8E=8B?= <46747508+happy-func@users.noreply.github.com> Date: Wed, 15 Jun 2022 16:55:26 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c0f9ba..92f6652 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ export default function Default() { ### Swiper props | props | description | type | default | -| :-- | :-- | :-- | :-- | --- | +| :-- | :-- | :-- | :-- | | className | - | string | - | | style | - | CSSProperties | - | -| theme | theme | `default` \| `light` \ | `dark` \| `bar` | default | +| theme | theme | `default` \| `light` \| `dark` \| `bar` | default | | effect | transition effect | [EffectType](./#effecttype) | random | | slices | swiper slice | number | 15 | | boxCols | box col num | number | 8 |