forked from mirror/pixelfed
Update network blade view
This commit is contained in:
parent
5fb7ef491c
commit
e5b61be52d
|
@ -2,16 +2,12 @@
|
|||
|
||||
@section('content')
|
||||
|
||||
<timeline scope="network"></timeline>
|
||||
<network-timeline></network-timeline>
|
||||
|
||||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ mix('js/network-timeline.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
|
||||
<script type="text/javascript">
|
||||
new Vue({
|
||||
el: '#content'
|
||||
});
|
||||
</script>
|
||||
@endpush
|
||||
<script type="text/javascript">window.App.boot();</script>
|
||||
@endpush
|
||||
|
|
Loading…
Reference in New Issue