diff --git a/src/views/setup/Setup.vue b/src/views/setup/Setup.vue index 8bfabfa4d..3aeb7379c 100755 --- a/src/views/setup/Setup.vue +++ b/src/views/setup/Setup.vue @@ -31,6 +31,7 @@ import PrimeVue from 'primevue/config'; const app = createApp(App); app.use(PrimeVue); +
Then import the component you need and registering it so that you'll be able to utilize the component in your application.
@@ -44,6 +45,7 @@ const app = createApp(App); app.use(PrimeVue); app.component('Dialog', Dialog); +