Skip to content

Instantly share code, notes, and snippets.

@kring
Created December 3, 2019 11:18
Show Gist options
  • Save kring/5c1b56af6f02bb5fad009a5a0b60559c to your computer and use it in GitHub Desktop.
Save kring/5c1b56af6f02bb5fad009a5a0b60559c to your computer and use it in GitHub Desktop.
@computed({ keepAlive: true })
get bar() {
return this.longLived.foo * 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment