You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- MyTransition.vue -->
<template lang="pug">
transition(name="my-transition")
slot
</template>
<style>
/* Necessary CSS... Note: avoid using <style scoped> here since it does not apply to slot content.*/
</style>
<script>
// JavaScript hooks logic...
</script>