Merge pull request #1062 from batuhawk/master

Forgotten review
This commit is contained in:
Batuhan Baş 2019-12-31 17:38:53 +03:00 committed by GitHub
commit c7831d5158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,11 @@ import Form from './../../plugins/form';
const app = new Vue({ const app = new Vue({
el: '#app', el: '#app',
mixins: [ mixins: [
Global Global
], ],
data: function () { data: function () {
return { return {
form: new Form('company') form: new Form('company')