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 4e87314 commit dc2fc13Copy full SHA for dc2fc13
doc/index.rst
@@ -2319,12 +2319,12 @@ There are three ways to emit an event:
2319
2320
1. From Twig:
2321
2322
-.. code-block:: html+twig
+ .. code-block:: html+twig
2323
2324
- <button
2325
- data-action="live#emit"
2326
- data-event="productAdded"
2327
- >
+ <button
+ data-action="live#emit"
+ data-event="productAdded"
+ >
2328
2329
2. From your PHP component via ``ComponentToolsTrait``::
2330
0 commit comments