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

This commit is contained in:
chenjiahan
2023-02-04 21:16:03 +08:00
parent ea1efbce95
commit ebbdf728f9
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## v1.5.0
- `useEventListener` now returns a cleanup function
## v1.4.4
- Fix `useChildren` not sort children correctly
+1 -1
View File
@@ -45,7 +45,7 @@
],
"dependencies": {
"@vant/popperjs": "^1.3.0",
"@vant/use": "^1.4.4"
"@vant/use": "^1.5.0"
},
"peerDependencies": {
"vue": "^3.0.0"