mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs(@vant/use): changelog v1.3.4
This commit is contained in:
parent
e0545b5568
commit
42a5f79c2c
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v1.3.4
|
||||
|
||||
- Fix useClickAway failed in SSR
|
||||
|
||||
### v1.3.3
|
||||
|
||||
- Allow to call useWindowSize outside setup
|
||||
|
@ -46,7 +46,7 @@
|
||||
"dependencies": {
|
||||
"@vant/icons": "^1.7.1",
|
||||
"@vant/popperjs": "^1.1.0",
|
||||
"@vant/use": "^1.3.3"
|
||||
"@vant/use": "^1.3.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -53,7 +53,7 @@ importers:
|
||||
'@vant/cli': workspace:*
|
||||
'@vant/icons': ^1.7.1
|
||||
'@vant/popperjs': ^1.1.0
|
||||
'@vant/use': ^1.3.3
|
||||
'@vant/use': ^1.3.4
|
||||
'@vue/compiler-sfc': ^3.2.20
|
||||
'@vue/runtime-core': ^3.2.20
|
||||
'@vue/test-utils': ^2.0.0-rc.16
|
||||
|
Loading…
x
Reference in New Issue
Block a user