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