mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
Merge pull request #5437 from johnsonwong666/hotfix/fix_doc_5433
fix(dialog & swipe-cell): fix doc example error
This commit is contained in:
commit
8697c56b85
@ -115,7 +115,7 @@ const beforeClose = (action) => new Promise((resolve) => {
|
||||
|
||||
Dialog.confirm({
|
||||
title: '标题',
|
||||
message: '弹窗内容'
|
||||
message: '弹窗内容',
|
||||
beforeClose
|
||||
});
|
||||
```
|
||||
|
@ -20,11 +20,11 @@
|
||||
|
||||
```html
|
||||
<van-swipe-cell right-width="{{ 65 }}" left-width="{{ 65 }}">
|
||||
<view slot="left">选择</view>
|
||||
<view slot="left" class="van-swipe-cell__left">选择</view>
|
||||
<van-cell-group>
|
||||
<van-cell title="单元格" value="内容" />
|
||||
</van-cell-group>
|
||||
<view slot="right">删除</view>
|
||||
<view slot="right" class="van-swipe-cell__right">删除</view>
|
||||
</van-swipe-cell>
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user