From 1dc48cfce9773a0ec60dd2b6cb8fd6c60bb63281 Mon Sep 17 00:00:00 2001
From: Moonofweisheng <1780903673@qq.com>
Date: Mon, 20 Jan 2025 11:12:54 +0800
Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D=20SwipeAction=20=E6=96=87=E6=A1=A3=E7=A4=BA=E4=BE=8B?=
=?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
docs/component/swipe-action.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/component/swipe-action.md b/docs/component/swipe-action.md
index ef64c365c..b43f590ae 100644
--- a/docs/component/swipe-action.md
+++ b/docs/component/swipe-action.md
@@ -22,7 +22,7 @@
- 操作1
+ 操作1
操作2
操作3
@@ -60,7 +60,7 @@ function handleAction(action: string) {
## 左右滑动
-> `wd-swipe-action`组件提供`left`/`right`两个滑动按钮,通过设置插槽`v-slot:left`和`v-slot:right`开启
+> `wd-swipe-action`组件提供`left`/`right`两个滑动按钮,通过设置插槽`left`和`right`开启
```html