Add new timeline templates for Timeline.vue component

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

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

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