2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-20 13:47:58 +03:00
Files
vue-meta/examples/vue-router/index.html
T
2017-08-02 18:39:34 +02:00

14 lines
298 B
HTML

<!DOCTYPE html>
<link rel="stylesheet" href="/global.css">
<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>