Refactor OverlayEventBus location

This commit is contained in:
Cagatay Civici 2021-03-03 13:30:19 +03:00
parent 2b788c11d4
commit 1b83d9319b
18 changed files with 36 additions and 17 deletions

View file

@ -21,6 +21,7 @@ module.exports = {
'primevue/message': path.resolve(__dirname, 'src/components/message/Message.vue'),
'primevue/confirmationeventbus': path.resolve(__dirname, 'src/components/confirmationeventbus/ConfirmationEventBus.js'),
'primevue/toasteventbus': path.resolve(__dirname, 'src/components/toasteventbus/ToastEventBus.js'),
'primevue/overlayeventbus': path.resolve(__dirname, 'src/components/overlayeventbus/OverlayEventBus.js'),
'primevue/terminalservice': path.resolve(__dirname, 'src/components/terminalservice/TerminalService.js')
},
},