Skip to content

Instantly share code, notes, and snippets.

@12cassie34
Created June 13, 2022 09:42
Show Gist options
  • Save 12cassie34/ad1919f6d141f9802f5bb0cae8d5edc8 to your computer and use it in GitHub Desktop.
Save 12cassie34/ad1919f6d141f9802f5bb0cae8d5edc8 to your computer and use it in GitHub Desktop.
Vue Reactivity
let A = 1
let B = 2
let C
function update() {
C = A + B
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment