Skip to content

Commit 99c39bd

Browse files
update version
1 parent f596149 commit 99c39bd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

generator/templates/Crud/src/components/forms/UserForm.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ import User from '../../application/models/user.js';
2424
2525
export default {
2626
name: 'UserForm',
27-
components: { KTextField, KFieldGroup },
27+
components: {
28+
KTextField,
29+
KFieldGroup,
30+
},
2831
extends: Form,
2932
data: () => ({
3033
values: new User(),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-kingscode-scaffold",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)