Compare commits

..

5 commits

Author SHA1 Message Date
13bb4330e5 fixxes
Some checks failed
ci/woodpecker/pr/check_fmt Pipeline failed
2025-04-04 12:53:14 +02:00
31a4cb3c39 Merge branch 'frontend/adding-PrimeVue' of https://git.mixel.cloud/Turbo/peer-group-grading into frontend/adding-PrimeVue 2025-04-04 12:52:26 +02:00
15c4e0b246 formating 2025-04-04 12:50:34 +02:00
29d1f41de5 Adding primevue to project 2025-04-04 11:21:19 +02:00
89e7f84469 Adding PrimeVue dependencies 2025-04-04 11:20:46 +02:00

View file

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