edit copied pop time

This commit is contained in:
khatabwedaa 2020-05-06 14:45:40 +02:00
parent eb2d19c8db
commit 8c69f0ad46

View file

@ -89,7 +89,7 @@
setTimeout(() => {
this.copy = false
}, 2000);
}, 800);
},
},
}
@ -99,7 +99,7 @@
.fade-enter-active, .fade-leave-active {
transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
.fade-enter, .fade-leave-to {
opacity: 0;
}
</style>