Skip to content

Commit 687da2a

Browse files
Deluzemartn001
andauthored
Update generator/templates/Default/src/components/BaseForm.vue
Co-authored-by: Martijn Zentjens <martijn@kingscode.nl>
1 parent 17532a0 commit 687da2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/templates/Default/src/components/BaseForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: 'Form',
66
props: {
77
errors: {
8-
default: () => ({}),
8+
default: () => {},
99
type: Object,
1010
},
1111
},

0 commit comments

Comments
 (0)