Skip to content

Commit 8d2e0b8

Browse files
committed
fix code block
1 parent b95a22f commit 8d2e0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/cookbook/component_architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ class Button
163163
{
164164
use DefaultActionTrait;
165165

166-
#[LiveProp]
167166
public int $clicks = 0;
168167

168+
#[LiveAction]
169169
public function increment()
170170
{
171171
$this->clicks++;

0 commit comments

Comments
 (0)