updated vue wizard
This commit is contained in:
2
resources/assets/js/views/wizard/company.js
vendored
2
resources/assets/js/views/wizard/company.js
vendored
@ -40,7 +40,7 @@ const app = new Vue({
|
||||
|
||||
methods: {
|
||||
next() {
|
||||
if (this.active++ > 1) this.active = 0;
|
||||
if (this.active++ > 3) this.active = 0;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
@ -108,7 +108,7 @@ const app = new Vue({
|
||||
},
|
||||
|
||||
next() {
|
||||
if (this.active++ > 1) this.active = 0;
|
||||
if (this.active++ > 3) this.active = 0;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
2
resources/assets/js/views/wizard/finish.js
vendored
2
resources/assets/js/views/wizard/finish.js
vendored
@ -37,7 +37,7 @@ const app = new Vue({
|
||||
|
||||
methods: {
|
||||
next() {
|
||||
if (this.active++ > 1) this.active = 0;
|
||||
if (this.active++ > 3) this.active = 0;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
2
resources/assets/js/views/wizard/taxes.js
vendored
2
resources/assets/js/views/wizard/taxes.js
vendored
@ -80,7 +80,7 @@ const app = new Vue({
|
||||
},
|
||||
|
||||
next() {
|
||||
if (this.active++ > 1) this.active = 0;
|
||||
if (this.active++ > 3) this.active = 0;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user