Adding PrimeVue #37

Merged
DulliGulli merged 8 commits from frontend/adding-PrimeVue into main 2025-04-04 13:15:24 +02:00
Showing only changes of commit 15c4e0b246 - Show all commits

View file

@ -12,7 +12,7 @@ const app = createApp(App)
app.use(PrimeVue, { app.use(PrimeVue, {
theme: { theme: {
preset: Aura preset: Aura
} }
}) })
app.use(createPinia()) app.use(createPinia())