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:
@@ -3,3 +3,11 @@
|
||||
<a href="/">← 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>
|
||||
|
||||
Reference in New Issue
Block a user