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 4b0e79c commit 146be89Copy full SHA for 146be89
src/LiveComponent/doc/index.rst
@@ -42,7 +42,7 @@ A real-time product search component might look like this::
42
}
43
44
45
-.. code-block:: twig
+.. code-block:: html+twig
46
47
{# templates/components/ProductSearch.html.twig #}
48
{# for the Live Component to work, there must be a single root element
@@ -2286,7 +2286,7 @@ To use this, add the ``lazy`` attribute to your component:
2286
2287
{{ component('SomeHeavyComponent', { lazy: true }) }}
2288
2289
2290
2291
<twig:Acme foo="bar" lazy />
2292
0 commit comments