Fixed livewire script loading issues
This commit is contained in:
parent
b2b8bca9ea
commit
e3b6d302c6
11 changed files with 37 additions and 28 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@props(['wire:model'])
|
||||
@props(['wire:model.live'])
|
||||
|
||||
<div x-data="{ open: @entangle($attributes->wire('model')) }" x-show="open" @keydown.escape.window="open = false">
|
||||
<div x-data="{ open: @entangle($attributes->wire('model')).live }" x-show="open" @keydown.escape.window="open = false">
|
||||
<!-- Overlay -->
|
||||
<div x-show="open"
|
||||
x-transition:enter="transition-opacity ease-linear duration-300"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue