$move-time: 0.5s;

.fade-enter-active,
.fade-leave-active {
  transition: opacity $move-time;
}

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