Преглед изворни кода

修复Action无法自动绑定点击事件问题

jqh пре 4 година
родитељ
комит
c95dd47b4a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Actions/Action.php

+ 1 - 1
src/Actions/Action.php

@@ -151,7 +151,7 @@ abstract class Action implements Renderable
      */
     public function makeSelector()
     {
-        return 'act-'.Str::random();
+        return '.act-'.Str::random();
     }
 
     /**