Created
August 5, 2020 22:17
-
-
Save skflowne/c0ee0a7e2893178d7b3ad2183e6a34e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| onMount(() => { | |
| console.log("addeventlistener") | |
| addEventListener("keyup", () => { | |
| console.log("pressed key") | |
| }) | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment