1
0
Fork 0
pixelfed/resources/views/settings/developers.blade.php

19 lines
299 B
PHP
Raw Normal View History

2018-05-30 02:37:10 +00:00
@extends('settings.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Developers</h3>
</div>
<hr>
2018-11-04 04:34:45 +00:00
<passport-clients></passport-clients>
@endsection
2018-05-30 02:37:10 +00:00
2018-11-04 04:34:45 +00:00
@push('scripts')
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush