File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
tests/fixtures/make-stimulus-controller Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { Controller } from '@hotwired/stimulus';
44* The following line makes this controller "lazy": it won't be downloaded until needed
55* See https://symfony.com/bundles/StimulusBundle/current/index.html#lazy-stimulus-controllers
66*/
7+
78/* stimulusFetch: 'lazy' */
89export default class extends Controller {
910 static targets = [ 'results' , 'messages' , 'errors' ]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { Controller } from '@hotwired/stimulus';
44* The following line makes this controller "lazy": it won't be downloaded until needed
55* See https://symfony.com/bundles/StimulusBundle/current/index.html#lazy-stimulus-controllers
66*/
7+
78/* stimulusFetch: 'lazy' */
89export default class extends Controller {
910 // ...
You can’t perform that action at this time.
0 commit comments