1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/site/client/views/inner.blade.php

11 lines
246 B
PHP
Raw Normal View History

2015-06-21 14:34:27 +00:00
@extends('app')
@section('content')
@if($type == 'server')
<component is="lobby" v-transition transition-mode="out-in"></component>
@else
<component is="@{{ view }}" v-transition transition-mode="out-in"></component>
@endif
@stop