feature: collapse组件

This commit is contained in:
tangly1024
2022-01-11 13:44:30 +08:00
parent c70836a6a3
commit 9e6707149d
8 changed files with 77 additions and 32 deletions

View File

@@ -13,7 +13,6 @@ const SearchDrawer = ({ cRef }) => {
}
})
const hidden = () => {
console.log('点击')
searchDrawer?.current?.classList?.add('hidden')
}
Router.events.on('routeChangeComplete', (...args) => {