mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update search results view
This commit is contained in:
parent
c502230ea0
commit
43c7bda663
1 changed files with 2 additions and 5 deletions
|
@ -4,12 +4,9 @@
|
||||||
<search-results query="{{request()->query('q')}}" profile-id="{{Auth::user()->profile->id}}"></search-results>
|
<search-results query="{{request()->query('q')}}" profile-id="{{Auth::user()->profile->id}}"></search-results>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
|
||||||
@push('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript" src="{{mix('js/compose.js')}}"></script>
|
<script type="text/javascript" src="{{mix('js/compose.js')}}"></script>
|
||||||
<script type="text/javascript" src="{{mix('js/search.js')}}"></script>
|
<script type="text/javascript" src="{{mix('js/search.js')}}"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">App.boot();</script>
|
||||||
new Vue({
|
|
||||||
el: '#content'
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
@endpush
|
@endpush
|
Loading…
Reference in a new issue