Skip to content

Instantly share code, notes, and snippets.

@fazaio
Last active September 5, 2021 09:21
Show Gist options
  • Save fazaio/5facd505c5ff4e3a8ce5e9c619677b4a to your computer and use it in GitHub Desktop.
Save fazaio/5facd505c5ff4e3a8ce5e9c619677b4a to your computer and use it in GitHub Desktop.
vuejs main code

Form handle button

<form action="" @submit.prevent="sign()">

Best Practice Toogle conditions

<button @click="show = !show" />
<div v-if="show" >hello world</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment