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 facf1f1 commit e8121c5Copy full SHA for e8121c5
src/LiveComponent/doc/index.rst
@@ -37,7 +37,7 @@ A real-time product search component might look like this::
37
}
38
39
40
-.. code-block:: twig
+.. code-block:: html+twig
41
42
{# templates/components/ProductSearch.html.twig #}
43
{# for the Live Component to work, there must be a single root element
@@ -2361,7 +2361,7 @@ To use this, add the ``lazy`` attribute to your component:
2361
2362
{{ component('SomeHeavyComponent', { lazy: true }) }}
2363
2364
2365
2366
<twig:Acme foo="bar" lazy />
2367
0 commit comments