mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-19 09:51:35 +02:00
Replace the local Modal with 2fauth/ui Modal component
This commit is contained in:
5
resources/js/app.js
vendored
5
resources/js/app.js
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user