File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ method and called that from the template via `this.products`.
291291This was done because, as a general rule, you should make your components
292292as _ lazy_ as possible and store only the information you need on its
293293properties (this also helps if you convert your component to a
294- [ live component] ( https://github.com/symfony/ux-live-component ) ) later. With this setup, the
294+ [ live component] ( https://github.com/symfony/ux-live-component ) later) . With this setup, the
295295query is only executed if and when the ` getProducts() ` method
296296is actually called. This is very similar to the idea of
297297"computed properties" in frameworks like [ Vue] ( https://v3.vuejs.org/guide/computed.html ) .
You can’t perform that action at this time.
0 commit comments