Skip to content

Instantly share code, notes, and snippets.

@cjfswd
Last active May 15, 2022 23:17
Show Gist options
  • Save cjfswd/256d7c5ae2150d3fe7918340ff228176 to your computer and use it in GitHub Desktop.
Save cjfswd/256d7c5ae2150d3fe7918340ff228176 to your computer and use it in GitHub Desktop.
Vue 3 Composition API snippets
// Persist at localStorage with watchEffect
watchEffect(() => localStorage.setItem('database', JSON.stringify(state)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment