Skip to content

Update index-VUE-V2.html - #12

Open
adedamolagig wants to merge 1 commit into
davefollett:masterfrom
adedamolagig:patch-1
Open

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

Conversation

@adedamolagig

Copy link
Copy Markdown

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

1 participant