We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f2c40 commit 7712360Copy full SHA for 7712360
reference.blade.php
@@ -73,7 +73,7 @@
73
`$wire.set('foo', 'bar')` | Set the "foo" property on the component
74
`$wire.set('foo', 'bar', true)` | Defer setting the "foo" property on the component
75
`$wire.call('foo', ..args)` | Call the "foo" method with params on the component
76
-`x-data="{ foo: $wire.entangle('foo') }"` | Entagle the value of "foo" between Livewire and Alpine
+`x-data="{ foo: $wire.entangle('foo') }"` | Entangle the value of "foo" between Livewire and Alpine
77
`$wire.entangle('foo').defer` | Only update Livewire's "foo" next time a Livewire request is fired
78
@endcomponent
79
0 commit comments