mirror of
https://github.com/exane/not-gwent-online
synced 2025-11-08 09:08:40 +00:00
prepare vue and little styling
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="csrf-token" class="token" content="{{ csrf_token() }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Gwent Online</title>
|
||||
@@ -11,16 +12,12 @@
|
||||
<link href="{{ url('assets/css/app.css') }}" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
<body class="{{ $section }}">
|
||||
<body class="@{{ section }}">
|
||||
|
||||
@yield('content')
|
||||
<component is="@{{ view }}" v-transition transition-mode="out-in"></component>
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
||||
<script src="{{ url('assets/js/app.js') }}"></script>
|
||||
|
||||
<script>
|
||||
$('.container-form-landing').addClass('active');
|
||||
</script>
|
||||
<script src="{{ url('assets/js/bundle.js') }}"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user