From 3e40c297c6a4ed38f83fdeb4425d6c71a770b636 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 9 Dec 2020 15:35:29 +0300 Subject: [PATCH] Cosmetics --- src/views/setup/Setup.vue | 2 ++ 1 file changed, 2 insertions(+) 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); +