Fix Tooltip attribute of Table action
This commit is contained in:
parent
5c925dd92b
commit
b0a8cf5d1b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue