mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
update filamentphp basic
This commit is contained in:
Vendored
-2
@@ -1,9 +1,7 @@
|
||||
import Alpine from 'alpinejs'
|
||||
import AlpineFloatingUI from '@awcodes/alpine-floating-ui'
|
||||
import NotificationsAlpinePlugin from '../../vendor/filament/notifications/dist/module.esm'
|
||||
|
||||
Alpine.plugin(AlpineFloatingUI)
|
||||
Alpine.plugin(NotificationsAlpinePlugin)
|
||||
|
||||
window.Alpine = Alpine
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<x-filament::page :widget-data="['record' => $record]" class="filament-resources-view-record-page">
|
||||
<x-filament-panels::page :widget-data="['record' => $record]" class="filament-resources-view-record-page">
|
||||
<div class="">
|
||||
<table class="table table-fixed text-left border-spacing-y-2 border-collapse divide-y w-full">
|
||||
<tbody>
|
||||
@@ -17,4 +17,4 @@
|
||||
|
||||
<x-filament::resources.relation-managers :active-manager="$activeRelationManager" :managers="$relationManagers" :owner-record="$record" />
|
||||
@endif
|
||||
</x-filament::page>
|
||||
</x-filament-panels::page>
|
||||
|
||||
Reference in New Issue
Block a user