Prettified

This commit is contained in:
Leah Schumann 2022-12-29 09:00:22 -05:00
parent 5f202e856d
commit b5148b2d23

View file

@ -97,14 +97,12 @@ export default {
this.$emit("ForwardClicked");
this.forwardClicked = true;
}
},
linkClick() {
if (!this.backClicked) {
this.$emit("BackClicked");
this.backClicked = true;
}
},
},
};