feat: 完善search组件demo

This commit is contained in:
kailong321200875
2023-06-25 13:49:11 +08:00
parent a7f3702144
commit cdf44a43a0
8 changed files with 112 additions and 18 deletions

View File

@@ -115,6 +115,11 @@ export const useForm = () => {
getElFormExpose: async () => {
await getForm()
return unref(elFormRef)
},
getFormExpose: async () => {
await getForm()
return unref(formRef)
}
}