1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-04 18:48:21 +00:00
pixelfed/resources/views/timeline/local.blade.php

17 lines
345 B
PHP
Raw Normal View History

@extends('layouts.app')
@section('content')
2019-03-09 22:25:38 -07:00
<timeline scope="local"></timeline>
@endsection
@push('scripts')
2019-02-10 22:49:23 -07:00
<script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
2019-03-25 22:22:25 -06:00
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush