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