docs(@vant/use): changelog v1.3.4

This commit is contained in:
chenjiahan 2021-11-18 15:10:46 +08:00
parent e0545b5568
commit 42a5f79c2c
3 changed files with 7 additions and 3 deletions

View File

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

View File

@ -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
View File

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