From e3efb616237fa3e24a441d8659c6358d8d314dad Mon Sep 17 00:00:00 2001 From: Mathieu Santostefano Date: Wed, 21 May 2025 14:55:12 +0200 Subject: [PATCH] Update index.rst --- src/LiveComponent/doc/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/LiveComponent/doc/index.rst b/src/LiveComponent/doc/index.rst index 38aff3dcfa6..f893d1c03cf 100644 --- a/src/LiveComponent/doc/index.rst +++ b/src/LiveComponent/doc/index.rst @@ -208,6 +208,8 @@ Let's make our component more flexible by adding a ``$max`` property:: #[AsLiveComponent] class RandomNumber { + use DefaultActionTrait; + #[LiveProp] public int $max = 1000;