feat: 完善search组件demo
This commit is contained in:
@@ -115,6 +115,11 @@ export const useForm = () => {
|
||||
getElFormExpose: async () => {
|
||||
await getForm()
|
||||
return unref(elFormRef)
|
||||
},
|
||||
|
||||
getFormExpose: async () => {
|
||||
await getForm()
|
||||
return unref(formRef)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user