Compare commits

..

4 Commits

Author SHA1 Message Date
landluck
7decaed8e4
Merge pull request #5419 from youzan/dependabot/npm_and_yarn/vite-2.9.16
build(deps): bump vite from 2.9.14 to 2.9.16
2023-06-19 10:52:47 +08:00
landluck
8697c56b85
Merge pull request #5437 from johnsonwong666/hotfix/fix_doc_5433
fix(dialog & swipe-cell): fix doc example error
2023-06-19 10:51:23 +08:00
johnsonwong666
ba927da0ea fix: fix doc 2023-06-14 16:16:37 +08:00
dependabot[bot]
0d6d54d199
build(deps): bump vite from 2.9.14 to 2.9.16
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.14 to 2.9.16.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.16/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.16/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 03:02:33 +00:00
3 changed files with 11 additions and 11 deletions

View File

@ -115,7 +115,7 @@ const beforeClose = (action) => new Promise((resolve) => {
Dialog.confirm({
title: '标题',
message: '弹窗内容'
message: '弹窗内容',
beforeClose
});
```

View File

@ -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>
```

View File

@ -11744,10 +11744,10 @@ rimraf@^3.0.0, rimraf@^3.0.2:
dependencies:
glob "^7.1.3"
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==
"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==
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.14"
resolved "https://registry.npmmirror.com/vite/-/vite-2.9.14.tgz#c438324c6594afd1050df3777da981dee988bb1b"
integrity sha512-P/UCjSpSMcE54r4mPak55hWAZPlyfS369svib/gpmz8/01L822lMPOJ/RYW6tLCe1RPvMvOsJ17erf55bKp4Hw==
version "2.9.16"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.16.tgz#daf7ba50f5cc37a7bf51b118ba06bc36e97898e9"
integrity sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==
dependencies:
esbuild "^0.14.27"
postcss "^8.4.13"
resolve "^1.22.0"
rollup "^2.59.0"
rollup ">=2.59.0 <2.78.0"
optionalDependencies:
fsevents "~2.3.2"