Skip to content

Commit

Permalink
chore: remove unneeded comment in CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorainville committed Mar 15, 2018
1 parent 5dd31cb commit 20db649
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/src/components/MyTour.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ export default {
transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */
{
.fade-enter, .fade-leave-to {
opacity: 0;
}
</style>

0 comments on commit 20db649

Please sign in to comment.