Skip to content

Instantly share code, notes, and snippets.

@thepassle
Created November 24, 2020 09:45
Show Gist options
  • Save thepassle/98ba990b5d78f33ff7ded7e1e24ff5df to your computer and use it in GitHub Desktop.
Save thepassle/98ba990b5d78f33ff7ded7e1e24ff5df to your computer and use it in GitHub Desktop.
class MyElement extends LitElement {
foo() {
this.myPropertyA = 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment