From 2a48188286e7d3a69219d2b921b054f1420295ee Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 21 Mar 2024 16:21:14 +0300 Subject: [PATCH] Update nuxt-vite.config.js --- nuxt-vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt-vite.config.js b/nuxt-vite.config.js index f0d74d128..56b71b153 100644 --- a/nuxt-vite.config.js +++ b/nuxt-vite.config.js @@ -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'),