Spacing edited

This commit is contained in:
Burak Civan 2021-06-30 12:38:30 +03:00
parent 5ea50925e4
commit 32445d9d0e
2 changed files with 3 additions and 4 deletions

View File

@ -24,6 +24,7 @@
mixins: [ mixins: [
Global Global
], ],
data: function () { data: function () {
return { return {
form: new Form('vendor'), form: new Form('vendor'),
@ -31,4 +32,3 @@
} }
} }
}); });

View File

@ -95,4 +95,3 @@
} }
} }
}); });