fix. search lost

This commit is contained in:
tangly1024.com
2023-02-08 15:14:33 +08:00
parent ad912e62b1
commit 8b90a72209

View File

@@ -36,8 +36,6 @@ const Search = props => {
const { theme } = useGlobal()
const ThemeComponents = ThemeMap[theme]
console.log('search', props)
return (
<ThemeComponents.LayoutSearch
{...props}