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