This repository was archived by the owner on Jan 2, 2024. It is now read-only.

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Normally you would use a `wire:model` attribute to bind a component property wit
244244
@endwire
245245
246246
<x-form-submit>Save Contact</x-form-submit>
247-
</form>
247+
</x-form>
248248
```
249249

250250
Additionally, you can pass an optional modifier to the `@wire` directive. This feature was added in v2.4.0. If you're upgrading from a previous version *and* you published the Blade views, you should republish them *or* update them manually.
@@ -254,7 +254,7 @@ Additionally, you can pass an optional modifier to the `@wire` directive. This f
254254
@wire('debounce.500ms')
255255
<x-form-input name="email" />
256256
@endwire
257-
</form>
257+
</x-form>
258258
```
259259

260260
### Select elements

0 commit comments

Comments
 (0)