I think this is necessary for the Vue.js version?
This commit is contained in:
parent
aefbb76592
commit
55d0f8c0df
1 changed files with 7 additions and 1 deletions
|
@ -27,7 +27,13 @@
|
||||||
|
|
||||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||||
|
|
||||||
<style>
|
<script>
|
||||||
|
window.Laravel = { csrfToken: '{{ csrf_token() }}' };
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<style>
|
||||||
@if ($snipeSettings)
|
@if ($snipeSettings)
|
||||||
@if ($snipeSettings->header_color)
|
@if ($snipeSettings->header_color)
|
||||||
.main-header .navbar, .main-header .logo {
|
.main-header .navbar, .main-header .logo {
|
||||||
|
|
Loading…
Add table
Reference in a new issue