Replace the local Modal with 2fauth/ui Modal component

This commit is contained in:
Bubka
2025-06-23 15:27:00 +02:00
parent 16a1a9077d
commit 4a8f251d92
6 changed files with 14 additions and 74 deletions

5
resources/js/app.js vendored
View File

@@ -42,7 +42,6 @@ app.use(Notifications)
import ResponsiveWidthWrapper from '@/layouts/ResponsiveWidthWrapper.vue'
import FormWrapper from '@/layouts/FormWrapper.vue'
import Footer from '@/layouts/Footer.vue'
import Modal from '@/layouts/Modal.vue'
import Kicker from '@/components/Kicker.vue'
import {
@@ -57,6 +56,10 @@ import {
VueButton
} from '@2fauth/formcontrols'
import {
Modal
} from '@2fauth/ui'
app
.component('FontAwesomeIcon', FontAwesomeIcon)
.component('ResponsiveWidthWrapper', ResponsiveWidthWrapper)