.v-enter-active,.v-leave-active{transition:opacity .5s ease}.v-enter-from,.v-leave-to{opacity:0}.fade-out{animation:fadeOut 10s forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
