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

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')