Add stories compose view

pull/780/head
Daniel Supernault 6 years ago
parent 0fcb5c9dd1
commit a5a6eaba6e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save