Daniel Supernault пре 6 година
родитељ
комит
92e6f84821
2 измењених фајлова са 2 додато и 0 уклоњено
  1. 1 0
      resources/views/timeline/home.blade.php
  2. 1 0
      resources/views/timeline/local.blade.php

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

@@ -7,6 +7,7 @@
 @endsection
 
 @push('scripts')
+<script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
 <script type="text/javascript">
 	new Vue({
 		el: '#content'

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

@@ -7,6 +7,7 @@
 @endsection
 
 @push('scripts')
+<script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
 <script type="text/javascript">
 	new Vue({
 		el: '#content'