Closed thecyrilcril closed 7 months ago
You may use the built-in Artisan Command to show the installed versions of the packages:
php artisan splade:show-versions
It tried to use the clickoutside component like so
<x-splade-outside do="() => data.open = false" opened="true"> ... </x-splade-outside>
but could not get it to work
The outside component is undocumented, only meant for internal use, and unsupported.
outside
Maybe try onClickOutside from VueUse (https://vueuse.org/core/onClickOutside/)
onClickOutside
You may use the built-in Artisan Command to show the installed versions of the packages:
Description:
It tried to use the clickoutside component like so
but could not get it to work
Steps To Reproduce Issue: