Skip to content

Update index-VUE-V2.html#12

Open
adedamolagig wants to merge 1 commit intodavefollett:masterfrom
adedamolagig:patch-1
Open

Update index-VUE-V2.html#12
adedamolagig wants to merge 1 commit intodavefollett:masterfrom
adedamolagig:patch-1

Conversation

@adedamolagig
Copy link

const key = this.keys.find( key => { return key.keyCode === e.keyCode })
The above line returns "undefined"...I found a better way to write it so I decided to create a PR

const key = this.keys.find( key => { return key.keyCode === e.keyCode })
The above line returns "undefined"...I found a better way to write it so I decided to create a PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant