We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14570ee commit 49d28a6Copy full SHA for 49d28a6
templates/stimulus/Controller.tpl.php
@@ -4,6 +4,7 @@
4
* The following line makes this controller "lazy": it won't be downloaded until needed
5
* See https://symfony.com/bundles/StimulusBundle/current/index.html#lazy-stimulus-controllers
6
*/
7
+
8
/* stimulusFetch: 'lazy' */
9
export default class extends Controller {
10
<?= $targets ? " static targets = $targets\n" : "" ?>
0 commit comments