Skip to content

Instantly share code, notes, and snippets.

@fadamakis
Last active January 30, 2021 13:52
Show Gist options
  • Save fadamakis/36144729a56378f57ef4b8c498488c34 to your computer and use it in GitHub Desktop.
Save fadamakis/36144729a56378f57ef4b8c498488c34 to your computer and use it in GitHub Desktop.
Event & Key Modifiers
on: {
'!click': this.doThisInCapturingMode,
'~keyup': this.doThisOnce,
'~!mouseover': this.doThisOnceInCapturingMode
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment