Skip to content

Commit a32cc37

Browse files
fix(Form): default slot types (#4758)
1 parent ea43070 commit a32cc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/Form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface FormEmits<S extends FormSchema, T extends boolean = true> {
5959
}
6060
6161
export interface FormSlots {
62-
default(props?: { errors: FormError[], loading: boolean }): any
62+
default(props: { errors: FormError[], loading: boolean }): any
6363
}
6464
</script>
6565

0 commit comments

Comments
 (0)