feat: Add Search component and add search demo

This commit is contained in:
陈凯龙
2022-01-28 11:36:18 +08:00
parent 8a958cd71d
commit 33eca8a97d
8 changed files with 281 additions and 8 deletions

View File

@@ -39,7 +39,6 @@ export const useForm = (props?: FormProps) => {
} = {
setProps: async (props: FormProps = {}) => {
const form = await getForm()
console.log(form)
form?.setProps(props)
},