Update compose view

pull/1089/head
Daniel Supernault 6 years ago
parent 9b38aed523
commit 373e24ab83
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -10,4 +10,15 @@
</div>
</div>
@endsection
@endsection
@push('scripts')
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
<script type="text/javascript">
$(document).ready(function() {
new Vue({
el: '#content'
});
});
</script>
@endpush
Loading…
Cancel
Save