This commit is contained in:
FrankRua 2022-04-29 16:13:01 -04:00
parent 533bc558e0
commit a3293db761

View file

@ -17,6 +17,7 @@ export default {
},
methods: {
handleClick(event) {
this.pushEventToGA(this.$route.query[this.queryStrings.FMG_PAGE], this.GaActions.CLICKED, this.text, true);
this.$emit("click-event");
},
},