mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 12:39:35 +01:00
Compare commits
1 Commits
v3.0.0-bet
...
fix/form-e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a56de3be0 |
@@ -196,7 +196,7 @@ provide(formOptionsInjectionKey, computed(() => ({
|
||||
validateOnInputDelay: props.validateOnInputDelay
|
||||
})))
|
||||
|
||||
defineExpose<Form<T>>({
|
||||
defineExpose<{ $el: HTMLFormElement | HTMLDivElement } & Form<T>>({
|
||||
validate: _validate,
|
||||
errors,
|
||||
|
||||
@@ -230,7 +230,7 @@ defineExpose<Form<T>>({
|
||||
},
|
||||
|
||||
disabled
|
||||
})
|
||||
} as { $el: HTMLFormElement | HTMLDivElement } & Form<T>)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user