mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2026-07-06 14:51:06 +08:00
Compare commits
No commits in common. "7decaed8e42f9c4e467ddd3d0caf41c9767420ae" and "ffb1fe605382c41798f59e267c405dfd55c8c73d" have entirely different histories.
7decaed8e4
...
ffb1fe6053
@ -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" class="van-swipe-cell__left">选择</view>
|
||||
<view slot="left">选择</view>
|
||||
<van-cell-group>
|
||||
<van-cell title="单元格" value="内容" />
|
||||
</van-cell-group>
|
||||
<view slot="right" class="van-swipe-cell__right">删除</view>
|
||||
<view slot="right">删除</view>
|
||||
</van-swipe-cell>
|
||||
```
|
||||
|
||||
|
||||
16
yarn.lock
16
yarn.lock
@ -11744,10 +11744,10 @@ rimraf@^3.0.0, rimraf@^3.0.2:
|
||||
dependencies:
|
||||
glob "^7.1.3"
|
||||
|
||||
"rollup@>=2.59.0 <2.78.0":
|
||||
version "2.77.3"
|
||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12"
|
||||
integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==
|
||||
rollup@^2.59.0:
|
||||
version "2.67.1"
|
||||
resolved "https://registry.npmmirror.com/rollup/-/rollup-2.67.1.tgz#4402665706fa00f321d446ce45f880e02cf54f01"
|
||||
integrity sha512-1Sbcs4OuW+aD+hhqpIRl+RqooIpF6uQcfzU/QSI7vGkwADY6cM4iLsBGRM2CGLXDTDN5y/yShohFmnKegSPWzg==
|
||||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
@ -13305,14 +13305,14 @@ vite-plugin-md@^0.11.4:
|
||||
markdown-it "^12.3.0"
|
||||
|
||||
vite@^2.9.0:
|
||||
version "2.9.16"
|
||||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.16.tgz#daf7ba50f5cc37a7bf51b118ba06bc36e97898e9"
|
||||
integrity sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==
|
||||
version "2.9.14"
|
||||
resolved "https://registry.npmmirror.com/vite/-/vite-2.9.14.tgz#c438324c6594afd1050df3777da981dee988bb1b"
|
||||
integrity sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw==
|
||||
dependencies:
|
||||
esbuild "^0.14.27"
|
||||
postcss "^8.4.13"
|
||||
resolve "^1.22.0"
|
||||
rollup ">=2.59.0 <2.78.0"
|
||||
rollup "^2.59.0"
|
||||
optionalDependencies:
|
||||
fsevents "~2.3.2"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user