Fix Tooltip attribute of Table action

This commit is contained in:
philipp lang 2024-10-18 21:36:52 +02:00
parent 42ac6b7eb6
commit cfb291044e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Action extends Component
public function render() public function render()
{ {
return <<<'HTML' return <<<'HTML'
<a v-tooltip.raw="{{$slot}}" href="#" {{ $attributes }} class="inline-flex <a x-tooltip.raw="{{$slot}}" href="#" {{ $attributes }} class="inline-flex
w-6 h-5 flex items-center justify-center rounded {{ $allColors($variant) }} w-6 h-5 flex items-center justify-center rounded {{ $allColors($variant) }}
"> ">
<x-ui::sprite class="w-3 h-3 flex-none" :src="$icon"></x-ui::sprite> <x-ui::sprite class="w-3 h-3 flex-none" :src="$icon"></x-ui::sprite>