We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f596149 commit 99c39bdCopy full SHA for 99c39bd
2 files changed
generator/templates/Crud/src/components/forms/UserForm.vue
@@ -24,7 +24,10 @@ import User from '../../application/models/user.js';
24
25
export default {
26
name: 'UserForm',
27
- components: { KTextField, KFieldGroup },
+ components: {
28
+ KTextField,
29
+ KFieldGroup,
30
+ },
31
extends: Form,
32
data: () => ({
33
values: new User(),
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-cli-plugin-kingscode-scaffold",
3
- "version": "0.9.0",
+ "version": "0.10.0",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
0 commit comments