2015-06-22 09:57:22 +00:00
|
|
|
<searchmatch></searchmatch>
|
|
|
|
|
|
|
|
<a href="./lobby"><img src="assets/img/logo-medium.png" width="120" height="38" alt="Gwent" class="logo-medium"></a>
|
|
|
|
|
|
|
|
<main>
|
|
|
|
|
2015-06-22 16:12:34 +00:00
|
|
|
<style>
|
|
|
|
.test {
|
|
|
|
transition: all .5s ease;
|
|
|
|
}
|
|
|
|
.test-enter, .test-leave {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2015-06-22 09:57:22 +00:00
|
|
|
<navigation></navigation>
|
|
|
|
|
|
|
|
<section class="container-content">
|
2015-06-22 16:12:34 +00:00
|
|
|
|
|
|
|
<router-view class="test" v-transition="test" transition-mode="out-in"></router-view>
|
|
|
|
|
2015-06-22 09:57:22 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
|
2015-06-22 10:16:40 +00:00
|
|
|
<component is="chat"></component>
|