1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 17:56:48 +00:00
pixelfed/resources/views/stories/home.blade.php

13 lines
190 B
PHP
Raw Normal View History

2019-02-03 21:53:58 +00:00
@extends('layouts.app')
@section('content')
<story-compose></story-compose>
@endsection
@push('scripts')
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush