Browse Source

Update discover hashtags view

Daniel Supernault 5 năm trước cách đây
mục cha
commit
cdb3162661
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/discover/tags/show.blade.php

+ 1 - 1
resources/views/discover/tags/show.blade.php

@@ -7,5 +7,5 @@
 @push('scripts')
 <script type="text/javascript" src="{{ mix('js/hashtag.js') }}"></script>
 <script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
-<script type="text/javascript">$(document).ready(function(){new Vue({el: '#content'});});</script>
+<script type="text/javascript">App.boot();</script>
 @endpush