This commit is contained in:
Adrian Hopek
2022-04-13 14:48:56 +02:00
parent c0866dc374
commit 636e83b71f
4 changed files with 32 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ import Flatpickr from 'flatpickr'
import { Settings } from 'luxon'
import { Polish } from 'flatpickr/dist/l10n/pl.js'
import Toast from 'vue-toastification'
import ActionButton from '@/Shared/ActionButton'
createInertiaApp({
resolve: name => {
@@ -25,6 +26,7 @@ createInertiaApp({
pauseOnFocusLoss: false,
})
.component('InertiaLink', Link)
.component('ActionButton', ActionButton)
.component('InertiaHead', Head)
.mount(el)
},