[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
12
vendor/filament/actions/resources/views/link-group.blade.php
vendored
Normal file
12
vendor/filament/actions/resources/views/link-group.blade.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<x-filament-actions::group
|
||||
:badge="$getBadge()"
|
||||
:badge-color="$getBadgeColor()"
|
||||
dynamic-component="filament::link"
|
||||
:group="$group"
|
||||
:icon-position="$getIconPosition()"
|
||||
:size="$getSize()"
|
||||
tag="button"
|
||||
class="fi-ac-link-group"
|
||||
>
|
||||
{{ $getLabel() }}
|
||||
</x-filament-actions::group>
|
||||
Reference in New Issue
Block a user