Skip to content

Commit 43cedc2

Browse files
authored
Update index.rst
1 parent 666b27c commit 43cedc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ A real-time product search component might look like this::
4949
>
5050

5151
<ul>
52+
{# remember: "`.products`" accessor checks at least if a "`getProducts()`" method exists #}
5253
{% for product in this.products %}
5354
<li>{{ product.name }}</li>
5455
{% endfor %}

0 commit comments

Comments
 (0)