1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 16:24:29 +00:00
pixelfed/resources/views/search/results.blade.php

13 lines
192 B
PHP
Raw Normal View History

2019-02-22 20:51:42 +00:00
@extends('layouts.app')
@section('content')
<search-results></search-results>
@endsection
@push('scripts')
<script type="text/javascript">
new Vue({
el: '#content'
})
</script>
@endpush