mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
fix(Form): return state on validate (#472)
This commit is contained in:
@@ -301,11 +301,7 @@ defineExpose({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UForm
|
||||
ref="form"
|
||||
:model="model"
|
||||
@validate="validateWithVuelidate"
|
||||
>
|
||||
<UForm ref="form" :model="model" :validate="validateWithVuelidate">
|
||||
<slot />
|
||||
</UForm>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user