Browse Source

遗漏的events变量注入

ihipop 4 năm trước cách đây
mục cha
commit
227c605ffd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      resources/views/form/file.blade.php

+ 1 - 0
resources/views/form/file.blade.php

@@ -54,6 +54,7 @@
         newPage,
         options = {!! $options !!};
 
+    var events = {!!$events??'[]'!!};
     init();
 
     function init() {