disable animation controlled

This commit is contained in:
Burak Civan
2022-10-19 10:23:01 +03:00
parent d793724599
commit f84c0801b9
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="overflow-x-visible">
<div class="py-2 align-middle">
<table class="flex flex-col divide-y divide-gray-200">
<table class="flex flex-col divide-y divide-gray-200" {{ $attributes }}>
{{ $slot }}
</table>
</div>