diff --git a/src/pages/Index.vue b/src/pages/Index.vue index e1cd868..faa69e9 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -23,23 +23,23 @@ - + - - - - That's it! You've scrolled through all the articles. - Now, how about writing one yourself? - - - Sorry, no posts yet :( - - - - - - - + + + + + That's it! You've scrolled through all the articles. + Now, how about writing one yourself? + + + Sorry, no posts yet :( + + + + + + @@ -65,6 +65,16 @@ padding: 2rem; } +.fade-enter-active, +.fade-leave-active { + transition: ease opacity 1s; +} + +.fade-enter, +.fade-leave-to { + opacity: 0; +} +