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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user