mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(@vant/use): add changelog
This commit is contained in:
parent
90e82c277e
commit
019b8029cc
@ -15,7 +15,7 @@ module.exports = {
|
||||
{
|
||||
title: '介绍',
|
||||
collapsable: false,
|
||||
children: ['/'],
|
||||
children: ['/', 'changelog'],
|
||||
},
|
||||
{
|
||||
title: 'State',
|
||||
|
24
packages/vant-use/changelog.md
Normal file
24
packages/vant-use/changelog.md
Normal file
@ -0,0 +1,24 @@
|
||||
# 更新日志
|
||||
|
||||
### v0.0.3
|
||||
|
||||
`2020-09-27`
|
||||
|
||||
- 新增 `useParent` 方法
|
||||
- 新增 `useChildren` 方法
|
||||
|
||||
### v0.0.2
|
||||
|
||||
`2020-09-15`
|
||||
|
||||
- 新增 `useWindowSize` 方法
|
||||
|
||||
### v0.0.1
|
||||
|
||||
`2020-09-15`
|
||||
|
||||
- 新增 `useClickAway` 方法
|
||||
- 新增 `useEventListener` 方法
|
||||
- 新增 `usePageVisibility` 方法
|
||||
- 新增 `useScrollParent` 方法
|
||||
- 新增 `useToggle` 方法
|
Loading…
x
Reference in New Issue
Block a user