mirror of
https://github.com/exane/not-gwent-online
synced 2025-09-02 14:07:31 +00:00
change landing view rendering to php
This commit is contained in:
11
site/client/views/inner.blade.php
Normal file
11
site/client/views/inner.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@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
|
Reference in New Issue
Block a user