mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
section basic
This commit is contained in:
Vendored
+10
-1
@@ -1 +1,10 @@
|
||||
require('./bootstrap');
|
||||
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
|
||||
|
||||
Alpine.start()
|
||||
|
||||
Reference in New Issue
Block a user