Skip to content

Commit

Permalink
Merge pull request #140 from pulibrary/emits-luxInputText
Browse files Browse the repository at this point in the history
Declare with emits the events that will be triggered only from LuxInputText component
  • Loading branch information
christinach authored Mar 7, 2024
2 parents abd1303 + a9e1ce5 commit 421927d
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 421927d

Please sign in to comment.