update js

This commit is contained in:
Andras Bacsai 2023-12-06 16:34:34 +01:00
parent e5c860319f
commit e9365aa09b
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ return [
| to your script bundler like webpack. | to your script bundler like webpack.
| |
*/ */
'include_js' => true, 'include_js' => false,
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View File

@ -3,6 +3,7 @@ import focus from '@alpinejs/focus'
import { createApp } from "vue"; import { createApp } from "vue";
import MagicBar from "./components/MagicBar.vue"; import MagicBar from "./components/MagicBar.vue";
import Toaster from "../../vendor/masmerise/livewire-toaster/resources/js"; import Toaster from "../../vendor/masmerise/livewire-toaster/resources/js";
import "../../vendor/wire-elements/modal/resources/js/modal";
Alpine.plugin(focus) Alpine.plugin(focus)
Alpine.plugin(Toaster); Alpine.plugin(Toaster);