Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed Mar 6, 2024
1 parent 0ac7329 commit 262b700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LiveComponent/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,7 @@ as soon as the page loads (``defer``) or when the component becomes visible
from the component's template.

Loading "defer" (Ajax on Load)
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 2.13.0

Expand All @@ -2295,7 +2295,7 @@ This renders an empty ``<div>`` tag, but triggers an Ajax call to render the
real component once the page has loaded.

Loading "lazy" (Ajax when Visible)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. versionadded:: 2.17.0

Expand Down

0 comments on commit 262b700

Please sign in to comment.