
.fade-enter-active, 
.fade-leave-active {
  transition: opacity .5s
}

.fade-enter, 
.fade-leave-active {
  opacity: 0;
}