Add developer settings view

This commit is contained in:
Daniel Supernault 2018-11-03 22:34:45 -06:00
parent fdf55cfe1c
commit 6ba7c419fb
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 10 additions and 4 deletions

View File

@ -6,8 +6,14 @@
<h3 class="font-weight-bold">Developers</h3>
</div>
<hr>
<div class="alert alert-danger">
Coming Soon
</div>
<passport-clients></passport-clients>
@endsection
@endsection
@push('scripts')
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush