docs(changelog): @vant/use@1.4.4 (#11464)

This commit is contained in:
neverland
2023-01-07 17:29:20 +08:00
committed by GitHub
parent c76d52b5fb
commit 58fe29a611
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## v1.4.4
- Fix `useChildren` not sort children correctly
## v1.4.3
- improve `useEventListener` typing
+1 -1
View File
@@ -45,7 +45,7 @@
],
"dependencies": {
"@vant/popperjs": "^1.3.0",
"@vant/use": "^1.4.3"
"@vant/use": "^1.4.4"
},
"peerDependencies": {
"vue": "^3.0.0"