1
0
Fork 0
forked from mirror/pixelfed

Merge pull request #1089 from pixelfed/frontend-ui-refactor

Update compose view
This commit is contained in:
daniel 2019-03-26 20:10:38 -06:00 committed by GitHub
commit bf3da99a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,4 +10,15 @@
</div>
</div>
@endsection
@endsection
@push('scripts')
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
<script type="text/javascript">
$(document).ready(function() {
new Vue({
el: '#content'
});
});
</script>
@endpush