frontend/create-loggin-page #67

Merged
Dr_S_Eggs merged 14 commits from frontend/create-loggin-page into main 2025-04-09 23:15:49 +02:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 0d8641e00c - Show all commits

View file

@ -6,8 +6,6 @@ import PrimeVue from 'primevue/config'
import Aura from '@primeuix/themes/aura'
import Ripple from 'primevue/ripple'
import ToastService from 'primevue/toastservice';
import App from './App.vue'
import router from './router'
@ -19,6 +17,7 @@ app.use(PrimeVue, {
preset: Aura,
},
})
app.use(pinia)
app.use(ToastService);
app.use(createPinia())

View file

@ -56,7 +56,6 @@
}
};
</script>
<style>
@media (min-width: 1024px) {
.about {