We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9838197 commit d48fc42Copy full SHA for d48fc42
1 file changed
generator/templates/Crud/src/components/BaseResource.vue
@@ -49,6 +49,7 @@
49
createForm: {values: {}},
50
updateForm: {values: {}},
51
errors: {},
52
+ selected: [],
53
};
54
},
55
methods: {
0 commit comments