Browse Source

full-page pjax支持

jqh 5 năm trước cách đây
mục cha
commit
47b836a481
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/layouts/full-page.blade.php

+ 1 - 1
resources/views/layouts/full-page.blade.php

@@ -37,7 +37,7 @@
 {!! admin_section(\AdminSection::BODY_INNER_BEFORE) !!}
 
 <div class="app-content content">
-    <div class="wrapper">
+    <div class="wrapper" id="{{ $pjaxContainerId }}">
         @yield('app')
     </div>
 </div>