Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-09-28 11:46:26 +08:00
72 changed files with 259 additions and 243 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ app.use(SwipeCell);
### 基础用法
`SwipeCell`组件提供了`left``right`两个插槽,用于定义两侧滑动区域的内容
`SwipeCell` 组件提供了 `left``right` 两个插槽,用于定义两侧滑动区域的内容
```html
<van-swipe-cell>
@@ -31,7 +31,7 @@ app.use(SwipeCell);
### 自定义内容
`SwipeCell`内容可以嵌套任意内容,比如嵌套一个商品卡片
`SwipeCell` 可以嵌套任意内容,比如嵌套一个商品卡片
```html
<van-swipe-cell>
@@ -62,7 +62,7 @@ app.use(SwipeCell);
### 异步关闭
通过传入`before-close`回调函数,可以自定义两侧滑动内容关闭时的行为
通过传入 `before-close` 回调函数,可以自定义两侧滑动内容关闭时的行为
```html
<van-swipe-cell :before-close="beforeClose">