Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tiagomatosweb/ab6220568038a4c44ba7ee23814ccb75 to your computer and use it in GitHub Desktop.
Save tiagomatosweb/ab6220568038a4c44ba7ee23814ccb75 to your computer and use it in GitHub Desktop.
<div v-for="card in cards">
<CardShow
v-if="card.status === 'show'"
:card="card"
>
<CardDelete
v-if="card.status === 'delete'"
:card="card"
>
<CardUpdate
v-if="card.status === 'update'"
:card="card"
>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment