We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20dbe5b + 687da2a commit 1ce93f1Copy full SHA for 1ce93f1
generator/templates/Default/src/components/BaseForm.vue
@@ -5,7 +5,7 @@ export default {
5
name: 'Form',
6
props: {
7
errors: {
8
- default: () => ({}),
+ default: () => {},
9
type: Object,
10
},
11
0 commit comments