Skip to content

Instantly share code, notes, and snippets.

@manuelojeda
Created February 20, 2020 20:07
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 manuelojeda/43d461ea62445fcf3ae20d31953eb32b to your computer and use it in GitHub Desktop.
Save manuelojeda/43d461ea62445fcf3ae20d31953eb32b to your computer and use it in GitHub Desktop.
Vue Boolean Button
<button @click="!unBooleano">Clickeame</button>
data () {
return {
unBooleando: false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment