edit: passage contenu artistes et autres dans DATA pour modif facile + gestion ouverture image (gestion multi icon x4 à faire + panneau liens)

This commit is contained in:
2026-03-21 07:05:43 +01:00
parent c5bf56e90d
commit fbe2d02a99
9 changed files with 235 additions and 67 deletions
+3
View File
@@ -20,6 +20,8 @@ import ContactPannel from './indieComponents/ContactPannel.vue'
import InstaPannel from './indieComponents/InstaPannel.vue'
import MessagePannel from './indieComponents/MessagePannel.vue'
import FollowPannel from './indieComponents/FollowPannel.vue'
import VisualizerPannel from './indieComponents/VisualizerPannel.vue'
// création app racine
const app = createApp(App);
@@ -41,6 +43,7 @@ app.component('ContactPan', ContactPannel);
app.component('InstaPan', InstaPannel);
app.component('MessagePan', MessagePannel);
app.component('FollowPan', FollowPannel);
app.component('VisualizerPan', VisualizerPannel);
//Montage dans div#app de index.html
app.mount('#app');