Skip to content

Instantly share code, notes, and snippets.

@marcus-herrmann
Created February 24, 2019 07:44
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 marcus-herrmann/dda7c766e533be7682103905501b7e12 to your computer and use it in GitHub Desktop.
Save marcus-herrmann/dda7c766e533be7682103905501b7e12 to your computer and use it in GitHub Desktop.
Vue: Re-run transition on data change
<transition name="bounce">
<div class="shopping-cart__item-count" :key="numberOfCartItems" v-show="numberOfCartItems">
{{ numberOfCartItems }}
</div>
</transition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment