Prettified
This commit is contained in:
parent
5f202e856d
commit
b5148b2d23
1 changed files with 0 additions and 2 deletions
|
|
@ -97,14 +97,12 @@ export default {
|
||||||
this.$emit("ForwardClicked");
|
this.$emit("ForwardClicked");
|
||||||
this.forwardClicked = true;
|
this.forwardClicked = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
linkClick() {
|
linkClick() {
|
||||||
if (!this.backClicked) {
|
if (!this.backClicked) {
|
||||||
this.$emit("BackClicked");
|
this.$emit("BackClicked");
|
||||||
this.backClicked = true;
|
this.backClicked = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue