mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix: fix doc
This commit is contained in:
parent
344b1b0f69
commit
ba927da0ea
@ -115,7 +115,7 @@ const beforeClose = (action) => new Promise((resolve) => {
|
|||||||
|
|
||||||
Dialog.confirm({
|
Dialog.confirm({
|
||||||
title: '标题',
|
title: '标题',
|
||||||
message: '弹窗内容'
|
message: '弹窗内容',
|
||||||
beforeClose
|
beforeClose
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
@ -20,11 +20,11 @@
|
|||||||
|
|
||||||
```html
|
```html
|
||||||
<van-swipe-cell right-width="{{ 65 }}" left-width="{{ 65 }}">
|
<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-group>
|
||||||
<van-cell title="单元格" value="内容" />
|
<van-cell title="单元格" value="内容" />
|
||||||
</van-cell-group>
|
</van-cell-group>
|
||||||
<view slot="right">删除</view>
|
<view slot="right" class="van-swipe-cell__right">删除</view>
|
||||||
</van-swipe-cell>
|
</van-swipe-cell>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user