updated to livewire 3
This commit is contained in:
@@ -13,7 +13,7 @@ $maxWidth = [
|
||||
@endphp
|
||||
|
||||
<div
|
||||
x-data="{ show: @entangle($attributes->wire('model')) }"
|
||||
x-data="{ show: @entangle($attributes->wire('model')).live }"
|
||||
x-on:close.stop="show = false"
|
||||
x-on:keydown.escape.window="show = false"
|
||||
x-show="show"
|
||||
|
||||
Reference in New Issue
Block a user