mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Making it more obvious how to add extra stimulus controllers
This commit is contained in:
@@ -6,3 +6,6 @@ export const app = startStimulusApp(require.context(
|
||||
true,
|
||||
/\.(j|t)sx?$/
|
||||
));
|
||||
|
||||
// register any custom, 3rd party controllers here
|
||||
// app.register('some_controller_name', SomeImportedController);
|
||||
|
||||
Reference in New Issue
Block a user