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'