2015-06-22 11:57:22 +02: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 18:12:34 +02:00
|
|
|
<style>
|
|
|
|
.test {
|
|
|
|
transition: all .5s ease;
|
|
|
|
}
|
|
|
|
.test-enter, .test-leave {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2015-06-22 11:57:22 +02:00
|
|
|
<navigation></navigation>
|
|
|
|
|
|
|
|
<section class="container-content">
|
2015-06-22 18:12:34 +02:00
|
|
|
|
|
|
|
<router-view class="test" v-transition="test" transition-mode="out-in"></router-view>
|
|
|
|
|
2015-06-22 11:57:22 +02:00
|
|
|
</section>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
|
2015-06-22 12:16:40 +02:00
|
|
|
<component is="chat"></component>
|