Skip to content

Commit

Permalink
Declare with emits the events that will be triggered only from LuxInp…
Browse files Browse the repository at this point in the history
…utText component
  • Loading branch information
christinach committed Mar 7, 2024
1 parent abd1303 commit a9e1ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LuxInputText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default {
status: "ready",
release: "1.0.0",
type: "Element",
emits: ["inputvaluechange", "inputblur", "inputfocus"],
computed: {
hasError() {
return this.errormessage.length
Expand Down

0 comments on commit a9e1ce5

Please sign in to comment.