refactor: delete styles not needed in template

This commit is contained in:
woothu
2019-09-24 15:51:25 +02:00
parent 1143880608
commit f17191474f
5 changed files with 0 additions and 40 deletions
-11
View File
@@ -878,14 +878,3 @@ export default {
}
}
</script>
<style scoped>
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
opacity: 0;
}
</style>