edit: ajout images & correction bug typo et responsive
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user