mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-13 23:38:32 +02:00
Replace custom notifications with vue-notification package
This commit is contained in:
2
resources/js/components/index.js
vendored
2
resources/js/components/index.js
vendored
@ -6,7 +6,6 @@ import FormField from './FormField'
|
||||
import FormSelect from './FormSelect'
|
||||
import FormSwitch from './FormSwitch'
|
||||
import FormButtons from './FormButtons'
|
||||
import Notification from './Notification'
|
||||
import VueFooter from './Footer'
|
||||
|
||||
// Components that are registered globaly.
|
||||
@ -18,7 +17,6 @@ import VueFooter from './Footer'
|
||||
FormSelect,
|
||||
FormSwitch,
|
||||
FormButtons,
|
||||
Notification,
|
||||
VueFooter,
|
||||
].forEach(Component => {
|
||||
Vue.component(Component.name, Component)
|
||||
|
Reference in New Issue
Block a user