mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-20 13:47:58 +03:00
14 lines
298 B
HTML
14 lines
298 B
HTML
<!DOCTYPE html>
|
|
<link rel="stylesheet" href="/global.css">
|
|
<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>
|