Skip to content

Commit

Permalink
Update nuxt-vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Mar 21, 2024
1 parent 4dba527 commit 2a48188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt-vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ export default {
'primevue/tree': path.resolve(__dirname, './components/lib/tree/Tree.vue'),
'primevue/badge': path.resolve(__dirname, './components/lib/badge/Badge.vue'),
'primevue/selectbutton': path.resolve(__dirname, './components/lib/selectbutton/SelectButton.vue'),
'primevue/listbox': path.resolve(__dirname, './components/lib/listbox/Listbox.vue'),
'primevue/confirmationeventbus': path.resolve(__dirname, './components/lib/confirmationeventbus/ConfirmationEventBus.js'),
'primevue/toasteventbus': path.resolve(__dirname, './components/lib/toasteventbus/ToastEventBus.js'),
'primevue/overlayeventbus': path.resolve(__dirname, './components/lib/overlayeventbus/OverlayEventBus.js'),
Expand Down

0 comments on commit 2a48188

Please sign in to comment.