Browse Source

Add new timeline templates for Timeline.vue component

Daniel Supernault 6 năm trước cách đây
mục cha
commit
b7f4de8eaa

+ 15 - 0
resources/views/timeline/home.blade.php

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

+ 15 - 0
resources/views/timeline/local.blade.php

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