edit: ajout images & correction bug typo et responsive

This commit is contained in:
2026-03-11 03:34:34 +01:00
parent e92655ac93
commit 9b8b63cdc6
14 changed files with 137 additions and 6 deletions
+2
View File
@@ -7,6 +7,7 @@ import App from './App.vue'
import AboutPannel from './components/AboutPannel.vue'
import ContactPannel from './components/ContactPannel.vue'
import WorkshopPannel from './components/WorkshopPannel.vue'
import ImagePannel from './components/ImagePannel.vue'
// création app racine
@@ -16,6 +17,7 @@ const app = createApp(App);
app.component('aboutPannel', AboutPannel);
app.component('contactPannel', ContactPannel);
app.component('workshopPannel', WorkshopPannel);
app.component('imagePannel', ImagePannel);