4 lines
170 B
PHP
4 lines
170 B
PHP
<div @click="$dispatch('drawer-{{ $action }}-{{ $target }}')" x-on:touchstart="$dispatch('drawer-{{ $action }}-{{ $target }}')" {{ $attributes }}>
|
|
{{ $slot }}
|
|
</div>
|