2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-23 18:40:33 +03:00

fix: Handle kept-alive components & vue-router transitions

This commit is contained in:
Sebastien Chopin
2017-08-02 18:39:34 +02:00
parent 9c80a30c21
commit 42b56e6a0f
7 changed files with 71 additions and 2 deletions
+8
View File
@@ -3,3 +3,11 @@
<a href="/">&larr; Examples index</a>
<div id="app"></div>
<script src="/__build__/vue-router.js"></script>
<style>
.page-enter-active, .page-leave-active {
transition: opacity .5s
}
.page-enter, .page-leave-to {
opacity: 0
}
</style>