Add new timeline templates for Timeline.vue component

This commit is contained in:
Daniel Supernault 2018-12-09 16:06:34 -07:00
parent d75213a751
commit b7f4de8eaa
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
2 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,15 @@
@extends('layouts.app')
@section('content')
<timeline></timeline>
@endsection
@push('scripts')
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush

View file

@ -0,0 +1,15 @@
@extends('layouts.app')
@section('content')
<timeline></timeline>
@endsection
@push('scripts')
<script type="text/javascript">
new Vue({
el: '#content'
});
</script>
@endpush