mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
Add stories compose view
This commit is contained in:
parent
0fcb5c9dd1
commit
a5a6eaba6e
1 changed files with 13 additions and 0 deletions
13
resources/views/stories/home.blade.php
Normal file
13
resources/views/stories/home.blade.php
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
@extends('layouts.app')
|
||||||
|
|
||||||
|
@section('content')
|
||||||
|
<story-compose></story-compose>
|
||||||
|
@endsection
|
||||||
|
|
||||||
|
@push('scripts')
|
||||||
|
<script type="text/javascript">
|
||||||
|
new Vue({
|
||||||
|
el: '#content'
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
@endpush
|
Loading…
Reference in a new issue