From 8c63e1bea2343560c7abda40ef4f8ccac969c903 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 1 Feb 2023 11:08:17 -0500 Subject: [PATCH] changed '-' to '.' in handler for consistency --- src/digital-components/button-question/button-question.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/digital-components/button-question/button-question.vue b/src/digital-components/button-question/button-question.vue index 50e4b478c..0ea02ce05 100644 --- a/src/digital-components/button-question/button-question.vue +++ b/src/digital-components/button-question/button-question.vue @@ -217,7 +217,7 @@ export default { }, handleButtonEvent(event) { const eventName = event.eventName; - this.$emit(`buttonEvent-${eventName}`, event.args); + this.$emit(`buttonEvent.${eventName}`, event.args); }, }, components: {