Update compose view

This commit is contained in:
Daniel Supernault 2019-03-26 20:09:54 -06:00
parent 9b38aed523
commit 373e24ab83
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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