wizard next/prev button fixed..
This commit is contained in:
@ -132,11 +132,9 @@ export default {
|
||||
|
||||
methods: {
|
||||
prev() {
|
||||
this.active--;
|
||||
if (this.active-- > 2);
|
||||
|
||||
if (this.active > 2) {
|
||||
this.$router.push("/wizard/taxes");
|
||||
}
|
||||
this.$router.push("/wizard/taxes");
|
||||
},
|
||||
|
||||
finish() {
|
||||
|
Reference in New Issue
Block a user