docs(changelog): @vant/use v1.5.0
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v1.5.0
|
||||
|
||||
- `useEventListener` now returns a cleanup function
|
||||
|
||||
## v1.4.4
|
||||
|
||||
- Fix `useChildren` not sort children correctly
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user