mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
I think this is necessary for the Vue.js version?
This commit is contained in:
parent
aefbb76592
commit
55d0f8c0df
|
@ -27,6 +27,12 @@
|
||||||
|
|
||||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||||
|
|
||||||
|
<script>
|
||||||
|
window.Laravel = { csrfToken: '{{ csrf_token() }}' };
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@if ($snipeSettings)
|
@if ($snipeSettings)
|
||||||
@if ($snipeSettings->header_color)
|
@if ($snipeSettings->header_color)
|
||||||
|
|
Loading…
Reference in a new issue