From a9e1ce50cf43bd95cdc4d6f667207f91017e483b Mon Sep 17 00:00:00 2001 From: Christina Chortaria Date: Thu, 7 Mar 2024 15:30:22 -0500 Subject: [PATCH] Declare with emits the events that will be triggered only from LuxInputText component --- src/components/LuxInputText.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/LuxInputText.vue b/src/components/LuxInputText.vue index 4a54725..ab86214 100644 --- a/src/components/LuxInputText.vue +++ b/src/components/LuxInputText.vue @@ -76,6 +76,7 @@ export default { status: "ready", release: "1.0.0", type: "Element", + emits: ["inputvaluechange", "inputblur", "inputfocus"], computed: { hasError() { return this.errormessage.length