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