Skip to content

Instantly share code, notes, and snippets.

@ChangJoo-Park
Created May 13, 2020 03:59
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 ChangJoo-Park/51d5bf783a4d87bd1037cd9a872700d1 to your computer and use it in GitHub Desktop.
Save ChangJoo-Park/51d5bf783a4d87bd1037cd9a872700d1 to your computer and use it in GitHub Desktop.
// Vue.js 3 컴포넌트
export default {
setup () {
const count = ref(0)
return { count }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment