commit
c7831d5158
2
resources/assets/js/views/wizard/company.js
vendored
2
resources/assets/js/views/wizard/company.js
vendored
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user