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.forwardClicked = true;
|
||||
}
|
||||
|
||||
},
|
||||
linkClick() {
|
||||
if (!this.backClicked) {
|
||||
this.$emit("BackClicked");
|
||||
this.backClicked = true;
|
||||
}
|
||||
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue