Skip to content

Instantly share code, notes, and snippets.

@12cassie34
Created June 13, 2022 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 12cassie34/fef737ae626b298a8d4acd4cd7dc417a to your computer and use it in GitHub Desktop.
Save 12cassie34/fef737ae626b298a8d4acd4cd7dc417a to your computer and use it in GitHub Desktop.
Vue Reactivity
const myName = ref('Cassie')
myName.value = 'Vanessa'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment