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 666b27c commit 43cedc2Copy full SHA for 43cedc2
src/LiveComponent/doc/index.rst
@@ -49,6 +49,7 @@ A real-time product search component might look like this::
49
>
50
51
<ul>
52
+ {# remember: "`.products`" accessor checks at least if a "`getProducts()`" method exists #}
53
{% for product in this.products %}
54
<li>{{ product.name }}</li>
55
{% endfor %}
0 commit comments