1
0
Fork 0

Update settings template

This commit is contained in:
Daniel Supernault 2019-04-15 21:39:06 -06:00
parent 3789ebf736
commit 50cc7b7b6b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 10 additions and 1 deletions

View File

@ -31,4 +31,13 @@
</div>
</div>
@endsection
@endsection
@push('scripts')
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush